CDROM_DISCINFO
This structure contains general information on the CD-ROM, such as the first and last track.
typedef struct CDROM_DISCINFO {
ULONG Reserved;
ULONG FirstTrack;
ULONG LastTrack;
MSF_ADDR LeadOutTrackAddr;
UCHAR FirstSession;
UCHAR LastSession;
UCHAR ReqSession;
UCHAR RetSession;
UCHAR LogicStartAddr;
} 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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.