Condividi tramite


struttura RemovePersistentEntry_IN (hbapiwmi.h)

La struttura RemovePersistentEntry_IN viene usata da un client WMI per recapitare i dati dei parametri di input al metodo RemovePersistentEntry WMI.

Sintassi

typedef struct _RemovePersistentEntry_IN {
  UCHAR               PortWWN[8];
  HBAFCPBindingEntry2 Binding;
} RemovePersistentEntry_IN, *PRemovePersistentEntry_IN;

Membri

PortWWN[8]

Contiene un nome globale che indica la porta per cui verrà rimossa un'associazione permanente.

Binding

Contiene una struttura di tipo HBAFCPBindingEntry2 che indica l'associazione da rimuovere dall'elenco di associazioni della porta indicata.

Osservazioni

La famiglia di strumenti WMI genera una dichiarazione della struttura RemovePersistentEntry_IN in Hbapiwmi.h quando compila la classe WMI MSFC_HBAFCPInfo.

Fabbisogno

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

Vedere anche

RemovePersistentEntry