MSFC_FibrePortHBAAttributes struttura (hbapiwmi.h)

Un provider WMI usa la classe WMI MSFC_FibrePortHBAAttributes per esporre le informazioni sull'attributo associate a una porta fibre channel.

Sintassi

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

Members

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 le informazioni sulla porta.

HBAStatus

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

Attributes

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

Requisiti

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

Vedi anche

HBA_STATUS

MSFC_HBAPortAttributesResults