Condividi tramite


struttura MSFC_FibrePortHBAAttributes (hbapiwmi.h)

Un provider WMI usa la classe WMI MSFC_FibrePortHBAAttributes per esporre le informazioni sugli attributi associate a una porta Fibre Channel.

Sintassi

typedef struct _MSFC_FibrePortHBAAttributes {
  ULONGLONG                     UniquePortId;
  ULONG                         HBAStatus;
  MSFC_HBAPortAttributesResults Attributes;
} MSFC_FibrePortHBAAttributes, *PMSFC_FibrePortHBAAttributes;

Membri

UniquePortId

Identificatore univoco per la porta. Questo identificatore deve essere univoco tra tutte le porte in tutte le schede. Lo stesso valore per l'identificatore deve essere usato per la stessa porta in altre classi che espongono informazioni sulla porta.

HBAStatus

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

Attributes

Contiene una struttura di tipo MSFC_HBAPortAttributesResults che contiene informazioni sugli attributi della porta.

Fabbisogno

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

Vedere anche

HBA_STATUS

MSFC_HBAPortAttributesResults