Share via


CDROM_TOC (Windows CE 5.0)

Send Feedback

This structure contains information on the CD-ROM table of contents.

typedef struct _CDROM_TOC{UCHARLength[2]; UCHARFirstTrack; UCHARLastTrack; TRACK_DATATrackData[MAXIMUM_NUMBER_TRACKS]; } CDROM_TOC, *PCDROM_TOC;

Members

  • Length
    Length of the track data.
  • FirstTrack
    First track of information.
  • LastTrack
    Last track of information.
  • TrackData
    Information on each track.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Cdioctl.h.

See Also

Block Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.