CDROM_PLAY_AUDIO_MSF (Windows Embedded CE 6.0)
1/6/2010
This structure contains information on the starting and ending minutes, seconds, and frames of the track.
Syntax
typedef struct _CDROM_PLAY_AUDIO_MSF {
UCHAR StartingM;
UCHAR StartingS;
UCHAR StartingF;
UCHAR EndingM;
UCHAR EndingS;
UCHAR EndingF;
} CDROM_PLAY_AUDIO_MSF, *PCDROM_PLAY_AUDIO_MSF;
Members
- StartingM
Index of the starting track, in minutes.
- StartingS
Index of the starting track, in seconds.
- StartingF
Index of the starting track, in frame.
- EndingM
Index of the ending track, in minutes.
- EndingS
Index of ending track, in seconds.
- EndingF
Index of the ending track, in frames.
Requirements
Header | cdioctl.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |