IOCTL_STORAGE_EJECTION_CONTROL undeclared identifier
-
Hi, I have used the function DeviceIoControl in my application. One of its parameter is IOCTL_STORAGE_EJECTION_CONTROL, but when i compile the class, error shows : 'IOCTL_STORAGE_EJECTION_CONTROL' : undeclared identifier. Please respond , which includes or libs , i have to add. Velayudhan
-
Hi, I have used the function DeviceIoControl in my application. One of its parameter is IOCTL_STORAGE_EJECTION_CONTROL, but when i compile the class, error shows : 'IOCTL_STORAGE_EJECTION_CONTROL' : undeclared identifier. Please respond , which includes or libs , i have to add. Velayudhan
Hi raj, Include the following file ntddstor.h Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
-
Hi, I have used the function DeviceIoControl in my application. One of its parameter is IOCTL_STORAGE_EJECTION_CONTROL, but when i compile the class, error shows : 'IOCTL_STORAGE_EJECTION_CONTROL' : undeclared identifier. Please respond , which includes or libs , i have to add. Velayudhan
-
Hi, I have used the function DeviceIoControl in my application. One of its parameter is IOCTL_STORAGE_EJECTION_CONTROL, but when i compile the class, error shows : 'IOCTL_STORAGE_EJECTION_CONTROL' : undeclared identifier. Please respond , which includes or libs , i have to add. Velayudhan
Did you include Winioctl.h and ntddstor.h_**
**_
whitesky
-
Did you include Winioctl.h and ntddstor.h_**
**_
whitesky
thanks for ur reply, I have included WinioCtl.h but do u know where ntddstor.h is found ?
-
thanks for ur reply, I have included WinioCtl.h but do u know where ntddstor.h is found ?
-
Hi, I have used the function DeviceIoControl in my application. One of its parameter is IOCTL_STORAGE_EJECTION_CONTROL, but when i compile the class, error shows : 'IOCTL_STORAGE_EJECTION_CONTROL' : undeclared identifier. Please respond , which includes or libs , i have to add. Velayudhan
The definition of the IOCTL_STORAGE_EJECTION_CONTROL is found in the winioctl.h Header which is provided with PlatformSDK of VS2003 Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
-
The definition of the IOCTL_STORAGE_EJECTION_CONTROL is found in the winioctl.h Header which is provided with PlatformSDK of VS2003 Knock out 'T' from CAN'T , You 'CAN' if you think you 'CAN' :cool:
Ok guys, thanks for your respone, I solved it by including winioctl.h in platform SDK 2003 :) Velayudhan