// ntddmmc.h
typedef struct _FEATURE_DATA_DISC_CONTROL_BLOCKS {
FEATURE_HEADER Header;
FEATURE_DATA_DISC_CONTROL_BLOCKS_EX Data[0];
} FEATURE_DATA_DISC_CONTROL_BLOCKS, *PFEATURE_DATA_DISC_CONTROL_BLOCKS;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_DISC_CONTROL_BLOCKS structure holds an array of the data reported for the Disc Control Block feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
DataContains zero, one, or more disk control blocks. Each disk control block is contained in a FEATURE_DATA_DISC_CONTROL_BLOCKS_EX structure.
This structure holds data for the feature named "Disc Control Blocks" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature can do reads and writes of disc control blocks.
FEATURE_DATA_DISC_CONTROL_BLOCKS_EX