// ntddcdrm.h
typedef struct _CDROM_STREAMING_CONTROL {
STREAMING_CONTROL_REQUEST_TYPE RequestType;
} CDROM_STREAMING_CONTROL, *PCDROM_STREAMING_CONTROL;
View the official Windows Driver Kit DDI referenceNo description available.
The CDROM_STREAMING_CONTROL structure is used as an input parameter to the IOCTL_CDROM_ENABLE_STREAMING IOCTL.
RequestTypeThe STREAMING_CONTROL_REQUEST_TYPE enumeration specifies the type of request.
STREAMING_CONTROL_REQUEST_TYPE