enumerazione CDROM_PERFORMANCE_EXCEPTION_TYPE (ntddcdrm.h)

L'enumerazione CDROM_PERFORMANCE_EXCEPTION_TYPE definisce le condizioni eccezionali 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_EXCEPTION_TYPE {
  CdromNominalPerformance,
  CdromEntirePerformanceList,
  CdromPerformanceExceptionsOnly
} CDROM_PERFORMANCE_EXCEPTION_TYPE, *PCDROM_PERFORMANCE_EXCEPTION_TYPE;

Costanti

 
CdromNominalPerformance
Richiede parametri di prestazioni nominale.
CdromEntirePerformanceList
Richiede l'intero elenco delle prestazioni, come qualificato dal campo StartingLba della struttura CDROM_PERFORMANCE_REQUEST .
CdromPerformanceExceptionsOnly
Richiede solo eccezioni di prestazioni che causano un calo delle prestazioni al di fuori del valore nominale.

Requisiti

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

Vedi anche

CDROM_PERFORMANCE_REQUEST

IOCTL_CDROM_GET_PERFORMANCE