CDROM_SEEK_AUDIO_MSF structure
The CDROM_SEEK_AUDIO_MSF structure contains the minute, second, and frame that the device must seek to upon receipt of a device control IRP with a control code of IOCTL_CDROM_SEEK_AUDIO_MSF.
Syntax
typedef struct _CDROM_SEEK_AUDIO_MSF { UCHAR M; UCHAR S; UCHAR F; } CDROM_SEEK_AUDIO_MSF, *PCDROM_SEEK_AUDIO_MSF;
Members
- M
-
Contains an integer between 0 and 74 that indicates the minute to seek to.
- S
-
Contains an integer between 0 and 59 that indicates the second to seek to.
- F
-
Contains an integer between 0 and 74 that indicates the frame to seek to.
Requirements
|
Header |
|
|---|
See also
Send comments about this topic to Microsoft
Build date: 5/17/2013