FEATURE_DATA_DVD_READ - NtDoc

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

typedef struct _FEATURE_DATA_DVD_READ {
  FEATURE_HEADER Header;
  UCHAR          Multi110 : 1;
  UCHAR          Reserved1 : 7;
  UCHAR          Reserved2;
  UCHAR          DualDashR : 1;
  UCHAR          Reserved3 : 7;
  UCHAR          Reserved4;
} FEATURE_DATA_DVD_READ, *PFEATURE_DATA_DVD_READ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddmmc-_feature_data_dvd_read)

_FEATURE_DATA_DVD_READ structure

Description

The FEATURE_DATA_DVD_READ structure contains information about the DVD Read feature.

Members

Contains a FEATURE_HEADER structure with header information for this feature descriptor.

Multi110

Reserved1

Reserved2

DualDashR

Reserved3

Reserved4

Remarks

This structure holds data for the feature named "DVD Read" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature can read DVD-specific information from the media.

When queried, devices supporting this feature must return the information indicated in FEATURE_HEADER. No other feature-specific information is required.

See also

FEATURE_HEADER

FEATURE_NUMBER