// ntddcdrm.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The CDROM_PERFORMANCE_REQUEST structure is used as an input parameter to the IOCTL_CDROM_GET_PERFORMANCE I/O control request and describes the performance data requested.
RequestTypeThe CDROM_PERFORMANCE_REQUEST_TYPE enumeration specifies the request type, CdromPerformanceRequest, or CdromWriteSpeedRequest.
PerformanceTypeThe CDROM_PERFORMANCE_TYPE enumeration specifies the type of performance data.
ExceptionsThe CDROM_PERFORMANCE_EXCEPTION_TYPE enumeration specifies the type of exception.
ToleranceThe CDROM_PERFORMANCE_TOLERANCE_TYPE enumeration specifies the performance tolerance for the nominal performance and the time tolerance (seek delay) for the exception list.
StaringLbaThe starting logical block address field.