Not able to include ntifs.h in win32 project
Posted
by kiddo
on Stack Overflow
See other posts from Stack Overflow
or by kiddo
Published on 2010-06-03T10:12:37Z
Indexed on
2010/06/03
10:24 UTC
Read the original article
Hit count: 151
I tried to use the function called NTCreateFile
. When I compiled it gave me an error saying
"_NTCreateFile identifier not found". I inlcuded the header winternl.h
. So next I tried to use ZwCreatFile
, as per MSDN I included ntifs.h
, but I am not able to include that header. It says "not able to open/find the directory". I am using V@2008. What is the problem? Am I missing anything?
© Stack Overflow or respective owner