// 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 referenceNo description available.
Banding information entries in BAND_TABLE are represented as BAND_TABLE_ENTRY structures. These entries contain location and security properties for a band configuration.
BandIdThe band identifier for a configured band on a storage device.
LocationInfoThe band location information.
SecurityInfoThe band security information. This includes encryption algorithm information when selected in ENUMERATE_BANDS_PARAMETERS.