FEATURE_DATA_MULTI_READ - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_FEATURE_DATA_MULTI_READ structure

Description

The FEATURE_DATA_MULTI_READ structure contains data for the multiread feature.

Members

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.

See also

FEATURE_HEADER

FEATURE_NUMBER