struttura GetFcpPersistentBinding_OUT (hbapiwmi.h)

La struttura GetFcpPersistentBinding_OUT viene usata per segnalare i dati dei parametri di output del metodo WMI GetFcpPersistentBinding al client WMI.

Sintassi

typedef struct _GetFcpPersistentBinding_OUT {
  ULONG              HBAStatus;
  ULONG              TotalEntryCount;
  ULONG              OutEntryCount;
  HBAFCPBindingEntry Entry[1];
} GetFcpPersistentBinding_OUT, *PGetFcpPersistentBinding_OUT;

Members

HBAStatus

Contiene lo stato dell'operazione. Per un elenco dei valori consentiti e delle relative descrizioni, vedere HBA_STATUS.

TotalEntryCount

Indica il numero totale di associazioni persistenti recuperate dal metodo WMI GetFcpPersistentBinding .

OutEntryCount

Indica il numero totale di mapping recuperati dal metodo WMI GetFcpTargetMapping . Questo valore sarà minore o uguale a TotalEntryCount.

Entry[1]

Contiene una matrice di strutture di tipo HBAFCPBindingEntry che descrivono le associazioni di un HBA tra gli identificatori del sistema operativo e del protocollo Fibre Channel.Contains an array of structures of type HBAFCPBindingEntry that describe an HBA's binding between operating system and Fibre Channel Protocol (FCP).

Commenti

Il metodo WMI GetFcpPersistentBinding recupera le associazioni tra gli identificatori FCP (SCSI e Fibre Channel Protocol) per le unità logiche.

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

Requisiti

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

Vedi anche

GetFcpPersistentBinding