CDROM_SEEK_AUDIO_MSF - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddcdrm.h

typedef struct _CDROM_SEEK_AUDIO_MSF {
  UCHAR M;
  UCHAR S;
  UCHAR F;
} CDROM_SEEK_AUDIO_MSF, *PCDROM_SEEK_AUDIO_MSF;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddcdrm-_cdrom_seek_audio_msf)

_CDROM_SEEK_AUDIO_MSF structure

Description

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.

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.

See also

IOCTL_CDROM_SEEK_AUDIO_MSF