CDROM_DISCINFO (Windows CE 5.0)
This structure contains general information on the CD-ROM, such as the first and last track.
typedef structCDROM_DISCINFO{ULONGReserved; ULONGFirstTrack; ULONGLastTrack; MSF_ADDRLeadOutTrackAddr; UCHARFirstSession; UCHARLastSession; UCHARReqSession; UCHARRetSession; UCHARLogicStartAddr; } CDROM_DISCINFO, *PCDROM_DISCINFO;
Members
- Reserved
Reserved for future use. Must be zero. - FirstTrack
This is the first track of the CD-ROM. - LastTrack
The last track of the session. - LeadOutTrackAddr
The address of the end of data on the CD-ROM. - FirstSession
The first session on the CD-ROM. - LastSession
The last session on the CD-ROM. - ReqSession
Requested session. - RetSession
The returned session. - LogicStartAddr
Logical start address of the session.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Cdioctl.h.
See Also
Send Feedback on this topic to the authors