Share via


CDROM_PLAY_AUDIO_MSF

This structure contains information on the starting and ending minutes, seconds, and frames of the track.

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

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

See Also

Block Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.