CDROM_WRITE_SPEED_REQUEST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddcdrm.h

typedef struct _CDROM_WRITE_SPEED_REQUEST {
  CDROM_PERFORMANCE_REQUEST_TYPE RequestType;
} CDROM_WRITE_SPEED_REQUEST, *PCDROM_WRITE_SPEED_REQUEST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_CDROM_WRITE_SPEED_REQUEST structure

Description

The CDROM_WRITE_SPEED_REQUEST structure is used as an input parameter to the IOCTL_CDROM_GET_PERFORMANCE IOCTL and for requesting write speed descriptors.

Members

RequestType

As defined in the CDROM_PERFORMANCE_REQUEST_TYPE enumeration.

See also

CDROM_PERFORMANCE_REQUEST_TYPE

IOCTL_CDROM_GET_PERFORMANCE