struttura SendRLS_IN (hbapiwmi.h)
La struttura SendRLS_IN viene usata per recapitare i dati dei parametri di input al metodo WMI SendRLS .
Sintassi
typedef struct _SendRLS_IN {
UCHAR PortWWN[8];
UCHAR DestWWN[8];
} SendRLS_IN, *PSendRLS_IN;
Members
PortWWN[8]
Contiene un nome globale per la porta locale tramite la quale viene inviato il comando read link error block (RLS).
DestWWN[8]
Contiene un nome globale per la porta di destinazione.
Commenti
La suite di strumenti WMI genera una dichiarazione della struttura SendRLS_IN in Hbapiwmi.h quando compila la MSFC_HBAAdapterMethods classe WMI.
Requisiti
Requisito | Valore |
---|---|
Intestazione | hbapiwmi.h (include Hbapiwmi.h) |