Compartir a través de


estructura CDROM_SEEK_AUDIO_MSF (ntddcdrm.h)

La estructura CDROM_SEEK_AUDIO_MSF contiene el minuto, el segundo y el marco que el dispositivo debe buscar al recibir un IRP de control de dispositivo con un código de control de IOCTL_CDROM_SEEK_AUDIO_MSF.

Sintaxis

typedef struct _CDROM_SEEK_AUDIO_MSF {
  UCHAR M;
  UCHAR S;
  UCHAR F;
} CDROM_SEEK_AUDIO_MSF, *PCDROM_SEEK_AUDIO_MSF;

Miembros

M

Contiene un entero entre 0 y 74 que indica el minuto al que buscar.

S

Contiene un entero entre 0 y 59 que indica el segundo al que se va a buscar.

F

Contiene un entero entre 0 y 74 que indica el marco al que se va a buscar.

Requisitos

Requisito Valor
Header ntddcdrm.h (incluya Ntddcdrm.h)

Consulte también

IOCTL_CDROM_SEEK_AUDIO_MSF