BAND_TABLE_ENTRY-Struktur (ehstorbandmgmt.h)
Bandinginformationseinträge in BAND_TABLE werden als BAND_TABLE_ENTRY-Strukturen dargestellt. Diese Einträge enthalten Standort- und Sicherheitseigenschaften für eine Bandkonfiguration.
Syntax
typedef struct _BAND_TABLE_ENTRY {
ULONG BandId;
BAND_LOCATION_INFO LocationInfo;
BAND_SECURITY_INFO SecurityInfo;
} BAND_TABLE_ENTRY, *PBAND_TABLE_ENTRY;
Member
BandId
Der Bandbezeichner für ein konfiguriertes Band auf einem Speichergerät.
LocationInfo
Die Informationen zum Bandspeicherort.
SecurityInfo
Die Bandsicherheitsinformationen. Dies schließt Informationen zum Verschlüsselungsalgorithmus ein, wenn sie in ENUMERATE_BANDS_PARAMETERS ausgewählt werden.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Verfügbar ab Windows 8 |
Kopfzeile | ehstorbandmgmt.h (include EhStorBandMgmt.h) |