FEATURE_DATA_CD_READ - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddmmc.h

typedef struct _FEATURE_DATA_CD_READ {
  FEATURE_HEADER Header;
  UCHAR          CDText : 1;
  UCHAR          C2ErrorData : 1;
  UCHAR          Reserved01 : 5;
  UCHAR          DigitalAudioPlay : 1;
  UCHAR          Reserved2[3];
} FEATURE_DATA_CD_READ, *PFEATURE_DATA_CD_READ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_FEATURE_DATA_CD_READ structure

Description

The FEATURE_DATA_CD_READ structure contains information about the CD Read feature.

Members

Contains a FEATURE_HEADER structure with header information for this feature descriptor.

CDText

Indicates, when set to 1, that the device supports format code 0x05 of the READ/TOC/PMA/ATIP command, as defined in the SCSI Multimedia - 4 (MMC-4) specification. When set to zero, CD-Text is not supported.

C2ErrorData

Indicates, when set to 1, that the device supports the C2 error pointers as described in the MMC-3 specification. When set to zero, it indicates that the device does not support C2 error pointers.

Reserved01

DigitalAudioPlay

Reserved2

Reserved.

Remarks

This structure holds data for the feature named "CD Read" by the MMC-3 specification. Devices that support this feature can read CD-specific information from the media and can read user data from all types of CD blocks.

See also

FEATURE_HEADER

FEATURE_NUMBER