CDROM_STREAMING_CONTROL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddcdrm-_cdrom_streaming_control)

_CDROM_STREAMING_CONTROL structure

Description

The CDROM_STREAMING_CONTROL structure is used as an input parameter to the IOCTL_CDROM_ENABLE_STREAMING IOCTL.

Members

RequestType

The STREAMING_CONTROL_REQUEST_TYPE enumeration specifies the type of request.

See also

IOCTL_CDROM_ENABLE_STREAMING

STREAMING_CONTROL_REQUEST_TYPE