DeviceIoControl for drive information
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using DeviceIoControl with IOCTL_DISK_GET_DRIVE_LAYOUT_EX to get drive information because I need physical offset of drive. I am getting wrong result so I did some analyses and found that my all drives are of type 0x42 (Basic Dynamic Drive). It means this control code does not give correct information for Dynamic Drives. Can you help me to get information about drives?