struttura RemovePersistentEntry_OUT (hbapiwmi.h)
La struttura RemovePersistentEntry_OUT viene utilizzata per segnalare i dati dei parametri di output del metodo WMI RemovePersistentEntry al client WMI.
Sintassi
typedef struct _RemovePersistentEntry_OUT {
ULONG HBAStatus;
} RemovePersistentEntry_OUT, *PRemovePersistentEntry_OUT;
Members
HBAStatus
Contiene lo stato dell'operazione. Per un elenco dei valori consentiti e delle relative descrizioni, vedere HBA_STATUS.
Commenti
La suite di strumenti WMI genera una dichiarazione della struttura RemovePersistentEntry_OUT in Hbapiwmi.h quando compila la classe WMI MSFC_HBAFCPInfo.
Requisiti
Requisito | Valore |
---|---|
Intestazione | hbapiwmi.h (include Hbapiwmi.h) |