when i include #include to use the IOCTL_MOUNTMGR_QUERY_POINTS
i get the below error
fatal error C1083: Cannot open include file: Mountmgr.h: No such file or directory
How can i solve this error.
Please guide me
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you need only
IOCTL_MOUNTMGR_QUERY_POINTSdefinition it is following:all other constants are defined in WinIoCtl.h file which you find in Windows SDK installed together with Visual Studio.
If you want full mountmgr.h file you will find it in the directory C:\WinDDK\7600.16385.1\inc\ddk after installation of Windows DDK (see suggestion of Hans Passant).