// ntddcdrm.h
typedef enum _CDROM_PERFORMANCE_REQUEST_TYPE {
CdromPerformanceRequest,
CdromWriteSpeedRequest
} CDROM_PERFORMANCE_REQUEST_TYPE, *PCDROM_PERFORMANCE_REQUEST_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The CDROM_PERFORMANCE_REQUEST_TYPE enumeration defines the types of performance data requests. It is a member of the CDROM_PERFORMANCE_REQUEST structure, which is used as an input parameter to the IOCTL_CDROM_GET_PERFORMANCE I/O control request.
CdromPerformanceRequestRequests streaming performance data.
CdromWriteSpeedRequestRequests the write speed descriptor.