FEATURE_DATA_MULTI_READ structure (ntddmmc.h)
The FEATURE_DATA_MULTI_READ structure contains data for the multiread feature.
Syntax
typedef struct _FEATURE_DATA_MULTI_READ {
FEATURE_HEADER Header;
} FEATURE_DATA_MULTI_READ, *PFEATURE_DATA_MULTI_READ;
Members
Header
Contains a FEATURE_HEADER structure with header information for this feature descriptor.
Remarks
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.
Requirements
Requirement | Value |
---|---|
Header | ntddmmc.h (include Ntddcdrm.h) |