Not able to include ntifs.h in win32 project
- by kiddo
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?