CDROM_PERFORMANCE_REQUEST struttura (ntddcdrm.h)
La struttura CDROM_PERFORMANCE_REQUEST viene usata come parametro di input per la richiesta di controllo I /O IOCTL_CDROM_GET_PERFORMANCE e descrive i dati sulle prestazioni richiesti.
Sintassi
typedef struct _CDROM_PERFORMANCE_REQUEST {
CDROM_PERFORMANCE_REQUEST_TYPE RequestType;
CDROM_PERFORMANCE_TYPE PerformanceType;
CDROM_PERFORMANCE_EXCEPTION_TYPE Exceptions;
CDROM_PERFORMANCE_TOLERANCE_TYPE Tolerance;
ULONG StaringLba;
} CDROM_PERFORMANCE_REQUEST, *PCDROM_PERFORMANCE_REQUEST;
Members
RequestType
L'enumerazione CDROM_PERFORMANCE_REQUEST_TYPE specifica il tipo di richiesta, CdromPerformanceRequest o CdromWriteSpeedRequest.
PerformanceType
L'enumerazione CDROM_PERFORMANCE_TYPE specifica il tipo di dati sulle prestazioni.
Exceptions
L'enumerazione CDROM_PERFORMANCE_EXCEPTION_TYPE specifica il tipo di eccezione.
Tolerance
L'enumerazione CDROM_PERFORMANCE_TOLERANCE_TYPE specifica la tolleranza delle prestazioni per le prestazioni nominale e la tolleranza temporale (ritardo di ricerca) per l'elenco di eccezioni.
StaringLba
Campo dell'indirizzo del blocco logico iniziale.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntddcdrm.h (include Ntddcdrm.h) |