[quoted text, click to view] Eric Sanders wrote:
> Where can I find these two files: ntrtl.h & nturtl.h? I evidently
> need them included in my project, but I keep getting "No such file or
> directory" when including them.
>
> I have downloaded the Windows DDK and the Windows Platform SDK and
> searched through both of them with no luck, any help would be
> appreciated.
ntrtl.h and nturtl.h are both header files from the windows kernel.
According to the documentation on MSDN, this file should be in the platform
SDK include directory, but I don't see a file by that name in my
PSDK/Include directory either.
-cd