// ntddmmc.h
typedef struct _FEATURE_DATA_MULTI_READ {
FEATURE_HEADER Header;
} FEATURE_DATA_MULTI_READ, *PFEATURE_DATA_MULTI_READ;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_MULTI_READ structure contains data for the multiread feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
This structure holds data for the feature named "MultiRead," originally defined by the Optical Storage Technology Association (OSTA) and incorporated into the MMC-3 specification. Devices that support this feature can read all CD media types.
When queried, devices supporting this feature must return the information indicated in FEATURE_HEADER. No other feature-specific information is required.