IOCTL
-
Awile ago, I had asked how to read the binary off of a CD. Alexander said that I would have to use an "IOCTL" (Thanks for your reply Alexander). Sorry, I am still quite new to MFC... What exactly is an IOCTL? Alexander said that the IOCTL to use is IOCTL_CDROM_RAW_READ. I think I have it defined in a header file called ntddcdrm.h. IOCTL_CDROM_RAW_READ is not a function, so I am assuming I need to use it in a function or something? If anyone could help me out, that would be great. Any help is apprectiated. -Dev578
-
Awile ago, I had asked how to read the binary off of a CD. Alexander said that I would have to use an "IOCTL" (Thanks for your reply Alexander). Sorry, I am still quite new to MFC... What exactly is an IOCTL? Alexander said that the IOCTL to use is IOCTL_CDROM_RAW_READ. I think I have it defined in a header file called ntddcdrm.h. IOCTL_CDROM_RAW_READ is not a function, so I am assuming I need to use it in a function or something? If anyone could help me out, that would be great. Any help is apprectiated. -Dev578
Search this forum for a post by longdafeng on 16-Feb. He includes a code snippet on how
IOCTL_CDROM_RAW_READ
is used withDeviceIoControl()
.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)