// ntddmmc.h
typedef struct _FEATURE_DATA_MRW {
FEATURE_HEADER Header;
UCHAR Write : 1;
UCHAR DvdPlusRead : 1;
UCHAR DvdPlusWrite : 1;
UCHAR Reserved01 : 5;
UCHAR Reserved2[3];
} FEATURE_DATA_MRW, *PFEATURE_DATA_MRW;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_MRW structure contains information about the MRW feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
WriteIndicates, if set to 1, that the device can format discs using the MRW format and write to discs that have been formatted in this manner. See the SCSI Multimedia - 4 (MMC-4) specification for more information.
DvdPlusReadDvdPlusWriteReserved01Reserved2Reserved.