CDROM_SEEK_AUDIO_MSF structure (ntddcdrm.h)
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
Requirement | Value |
---|---|
Header | ntddcdrm.h (include Ntddcdrm.h) |