FEATURE_DATA_DISC_CONTROL_BLOCKS - NtDoc

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

NtDoc

No description available.

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

_FEATURE_DATA_DISC_CONTROL_BLOCKS structure

Description

The FEATURE_DATA_DISC_CONTROL_BLOCKS structure holds an array of the data reported for the Disc Control Block feature.

Members

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

Data

Contains zero, one, or more disk control blocks. Each disk control block is contained in a FEATURE_DATA_DISC_CONTROL_BLOCKS_EX structure.

Remarks

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.

See also

FEATURE_DATA_DISC_CONTROL_BLOCKS_EX

FEATURE_HEADER

FEATURE_NUMBER