SM_RemovePersistentBinding_IN struttura (hbapiwmi.h)

La struttura SM_RemovePersistentBinding_IN viene usata per fornire parametri di input al metodo SM_RemovePersistentBinding.

Sintassi

typedef struct _SM_RemovePersistentBinding_IN {
  UCHAR                 HbaPortWWN[8];
  UCHAR                 DomainPortWWN[8];
  ULONG                 EntryCount;
  MS_SMHBA_BINDINGENTRY Entry[1];
} SM_RemovePersistentBinding_IN, *PSM_RemovePersistentBinding_IN;

Members

HbaPortWWN[8]

Nome mondiale (WWN) della porta locale i cui eventi riceveranno il client WMI.

DomainPortWWN[8]

Nome mondiale (WWN) che specifica il nome di dominio sas in tutto il mondo della porta locale.

EntryCount

Numero totale di associazioni persistenti associate all'HBA.

Entry[1]

Matrice di strutture di tipo SMHBA_SCSIENTRY che descrive le associazioni di un'HBA tra il sistema operativo e gli identificatori sas.

Commenti

La suite di strumenti WMI genera una dichiarazione della struttura SM_RemovePersistentBinding_IN in Hbapiwmi.h quando compila la classe WMI MS_SM_TargetInformationMethods.

Requisiti

Requisito Valore
Intestazione hbapiwmi.h (include Hbapiwmi.h)