// 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 referenceNo description available.
The FEATURE_DATA_DVD_READ structure contains information about the DVD Read feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
Multi110Reserved1Reserved2DualDashRReserved3Reserved4This 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.