MSFC_FibrePortHBAAttributes 結構 (hbapiwmi.h)

WMI 提供者會使用 MSFC_FibrePortHBAAttributes WMI 類別來公開與光纖通道埠相關聯的屬性資訊。

語法

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

成員

UniquePortId

埠的唯一標識碼。 此標識碼在所有適配卡上的所有埠之間都必須是唯一的。 標識碼的相同值必須用於其他公開埠資訊的相同埠。

HBAStatus

包含作業的狀態。 如需允許值及其描述的清單,請參閱 HBA_STATUS

Attributes

包含類型 MSFC_HBAPortAttributesResults 結構,其中包含埠屬性的相關信息。

規格需求

需求
標頭 hbapiwmi.h (包含 Hbapiwmi.h)

另請參閱

HBA_STATUS

MSFC_HBAPortAttributesResults