enumerazione CDROM_PERFORMANCE_TOLERANCE_TYPE (ntddcdrm.h)

L'enumerazione CDROM_PERFORMANCE_TOLERANCE_TYPE definisce le tolleranze consentite per i dati sulle prestazioni. È un membro della struttura CDROM_PERFORMANCE_REQUEST , che viene usata come parametro di input per la richiesta di controllo I/O IOCTL_CDROM_GET_PERFORMANCE .

Sintassi

typedef enum _CDROM_PERFORMANCE_TOLERANCE_TYPE {
  Cdrom10Nominal20Exceptions
} CDROM_PERFORMANCE_TOLERANCE_TYPE, *PCDROM_PERFORMANCE_TOLERANCE_TYPE;

Costanti

 
Cdrom10Nominal20Exceptions
Specifica che i descrittori restituiti hanno una tolleranza delle prestazioni del 10% per le prestazioni nominale e una tolleranza temporale del 20% per l'elenco di eccezioni.

Requisiti

Requisito Valore
Intestazione ntddcdrm.h (include Ntddcdrm.h)

Vedi anche

CDROM_PERFORMANCE_REQUEST

IOCTL_CDROM_GET_PERFORMANCE