// ntddmmc.h
typedef struct _FEATURE_DATA_DISC_CONTROL_BLOCKS_EX {
UCHAR ContentDescriptor[4];
} FEATURE_DATA_DISC_CONTROL_BLOCKS_EX, *PFEATURE_DATA_DISC_CONTROL_BLOCKS_EX;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_DISC_CONTROL_BLOCKS_EX structure holds the data reported for a Disc Control Block.
ContentDescriptorContains the first of one or more control blocks. The bytes in this array are arranged in big-endian order. ContentDescriptor[0] contains the most significant byte, and ContentDescriptor[3] contains the least significant byte.
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 read or write Disc Control Blocks.
FEATURE_DATA_DISC_CONTROL_BLOCKS