BAND_TABLE_ENTRY structure (ehstorbandmgmt.h)
Banding information entries in BAND_TABLE are represented as BAND_TABLE_ENTRY structures. These entries contain location and security properties for a band configuration.
Syntax
typedef struct _BAND_TABLE_ENTRY {
ULONG BandId;
BAND_LOCATION_INFO LocationInfo;
BAND_SECURITY_INFO SecurityInfo;
} BAND_TABLE_ENTRY, *PBAND_TABLE_ENTRY;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 8 |
Header | ehstorbandmgmt.h (include EhStorBandMgmt.h) |