struktur BAND_TABLE_ENTRY (ehstorbandmgmt.h)

Entri informasi pemilahan dalam BAND_TABLE direpresentasikan sebagai struktur BAND_TABLE_ENTRY . Entri ini berisi properti lokasi dan keamanan untuk konfigurasi pita.

Sintaks

typedef struct _BAND_TABLE_ENTRY {
  ULONG              BandId;
  BAND_LOCATION_INFO LocationInfo;
  BAND_SECURITY_INFO SecurityInfo;
} BAND_TABLE_ENTRY, *PBAND_TABLE_ENTRY;

Anggota

BandId

Pengidentifikasi band untuk band yang dikonfigurasi pada perangkat penyimpanan.

LocationInfo

Informasi lokasi band.

SecurityInfo

Informasi keamanan band. Ini termasuk informasi algoritma enkripsi saat dipilih di ENUMERATE_BANDS_PARAMETERS.

Persyaratan

Persyaratan Nilai
Klien minimum yang didukung Tersedia dimulai dengan Windows 8
Header ehstorbandmgmt.h (termasuk EhStorBandMgmt.h)

Lihat juga

BAND_LOCATION_INFO

BAND_SECURITY_INFO

BAND_TABLE

ENUMERATE_BANDS_PARAMETERS