// ntddcdrm.h
typedef enum _CDROM_SPEED_REQUEST {
CdromSetSpeed,
CdromSetStreaming
} CDROM_SPEED_REQUEST, *PCDROM_SPEED_REQUEST;
View the official Windows Driver Kit DDI referenceNo description available.
The CDROM_SPEED_REQUEST enumeration indicates which command that the CD-ROM class driver will use to set the spindle speed of a CD-ROM drive.
CdromSetSpeedThe CD-ROM class driver will use the SET CD SPEED command to set the spindle speed.
CdromSetStreamingThe CD-ROM class driver will use the SET STREAMING command to set the spindle speed.