Share via


CDROM_DISCINFO (Windows Embedded CE 6.0)

1/6/2010

This structure contains general information on the CD-ROM, such as the first and last track.

Syntax

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

Header cdioctl.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Block Driver Structures

Other Resources

Block Drivers