BAND_TABLE_ENTRY - NtDoc

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

typedef struct _BAND_TABLE_ENTRY {
  ULONG              BandId;
  BAND_LOCATION_INFO LocationInfo;
  BAND_SECURITY_INFO SecurityInfo;
} BAND_TABLE_ENTRY, *PBAND_TABLE_ENTRY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ehstorbandmgmt-_band_table_entry)

_BAND_TABLE_ENTRY structure

Description

Banding information entries in BAND_TABLE are represented as BAND_TABLE_ENTRY structures. These entries contain location and security properties for a band configuration.

Members

BandId

The band identifier for a configured band on a storage device.

LocationInfo

The band location information.

SecurityInfo

The band security information. This includes encryption algorithm information when selected in ENUMERATE_BANDS_PARAMETERS.

See also

BAND_LOCATION_INFO

BAND_SECURITY_INFO

BAND_TABLE

ENUMERATE_BANDS_PARAMETERS