FEATURE_DATA_DEFECT_MANAGEMENT - NtDoc

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

typedef struct _FEATURE_DATA_DEFECT_MANAGEMENT {
  FEATURE_HEADER Header;
  UCHAR          Reserved1 : 7;
  UCHAR          SupplimentalSpareArea : 1;
  UCHAR          Reserved2[3];
} FEATURE_DATA_DEFECT_MANAGEMENT, *PFEATURE_DATA_DEFECT_MANAGEMENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_FEATURE_DATA_DEFECT_MANAGEMENT structure

Description

The FEATURE_DATA_DEFECT_MANAGEMENT structure contains information for the Defect Management feature.

Members

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

Reserved1

Reserved.

SupplimentalSpareArea

Indicates, when set to 1, that the logical unit supports the READ DVD STRUCTURE command with a format code of 0Ah. See the SCSI Multimedia - 4 (MMC-4) specification for more information.

Reserved2

Reserved.

Remarks

This structure holds data for the feature named "Defect Management" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature are able to provide contiguous address space that is guaranteed to be defect free.

See also

FEATURE_HEADER

FEATURE_NUMBER