// ntddcdrm.h
typedef enum _CDROM_PERFORMANCE_TOLERANCE_TYPE {
Cdrom10Nominal20Exceptions
} CDROM_PERFORMANCE_TOLERANCE_TYPE, *PCDROM_PERFORMANCE_TOLERANCE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The CDROM_PERFORMANCE_TOLERANCE_TYPE enumeration defines the allowable tolerances for performance data. 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.
Cdrom10Nominal20ExceptionsSpecifies that the descriptors returned have a 10% performance tolerance for the nominal performance and a 20% time tolerance for the exception list.