// ntddcdrm.h
typedef enum _CDROM_OPC_INFO_TYPE {
SimpleOpcInfo
} CDROM_OPC_INFO_TYPE, *PCDROM_OPC_INFO_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The CDROM_OPC_INFO_TYPE enumeration is a member of the CDROM_SIMPLE_OPC_INFO structure. It defines the Optimum Power Calibration (OPC) request that is used as input to the IOCTL_CDROM_SEND_OPC_INFORMATION I/O control request.
SimpleOpcInfoSpecifies the wrapper for the SEND OPC INFORMATION command from the Multimedia Commands (MMC) specification.
IOCTL_CDROM_SEND_OPC_INFORMATION