CDROM_PLAY_AUDIO_MSF (Windows CE 5.0)
This structure contains information on the starting and ending minutes, seconds, and frames of the track.
typedef struct_CDROM_PLAY_AUDIO_MSF{UCHARStartingM; UCHARStartingS; UCHARStartingF; UCHAREndingM; UCHAREndingS; UCHAREndingF; } 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
OS Versions: Windows CE .NET 4.0 and later.
Header: Cdioctl.h.
See Also
Send Feedback on this topic to the authors