RemovePersistentEntry_IN struttura (hbapiwmi.h)
La struttura RemovePersistentEntry_IN viene usata da un client WMI per fornire i dati dei parametri di input al metodo RemovePersistentEntry WMI.
Sintassi
typedef struct _RemovePersistentEntry_IN {
UCHAR PortWWN[8];
HBAFCPBindingEntry2 Binding;
} RemovePersistentEntry_IN, *PRemovePersistentEntry_IN;
Members
PortWWN[8]
Contiene un nome mondiale che indica la porta per cui verrà rimossa un'associazione persistente.
Binding
Contiene una struttura di tipo HBAFCPBindingEntry2 che indica l'associazione da rimuovere dall'elenco di associazioni indicate.
Commenti
La suite di strumenti WMI genera una dichiarazione della struttura RemovePersistentEntry_IN in Hbapiwmi.h quando compila la classe WMI MSFC_HBAFCPInfo.
Requisiti
Requisito | Valore |
---|---|
Intestazione | hbapiwmi.h (include Hbapiwmi.h) |