Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information on where to start reading information from the CD-ROM.
typedef structCDROM_READ{ CDROM_ADDRStartAddr; DWORDTransferLength; BOOLbRawMode; TRACK_MODE_TYPETrackMode; DWORDsgcount; SGX_BUFsglist[1]; } CDROM_READ, *PCDROM_READ;
Members
- StartAddr
Contains the sector number from which to read. - TransferLength
Contains the number of blocks to read. - bRawMode
Flag to set RawMode. - TrackMode
Only used if bRawMode is TRUE. - sgcount
The number of scatter/gather buffers. - sglist
Contains the first scatter/gather buffer.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Cdioctl.h.
See Also
Send Feedback on this topic to the authors