// ntddcdrm.h
typedef enum _WRITE_ROTATION {
CdromDefaultRotation,
CdromCAVRotation
} WRITE_ROTATION, *PWRITE_ROTATION;
View the official Windows Driver Kit DDI referenceNo description available.
The WRITE_ROTATION enumeration specifies whether a CD-ROM drive uses constant linear velocity (CLV) rotation or constant angular velocity (CAV) rotation when it writes to a CD.
CdromDefaultRotationThe CD-ROM drive uses the (default) constant linear velocity (CLV) method when it writes to a CD.
CdromCAVRotationThe CD-ROM drive uses the (default) constant angular velocity (CAV) method when it writes to a CD.