共用方式為


GetPersistentBinding2_OUT 結構 (hbapiwmi.h)

GetBindingSupport_OUT 結構可用來向WMI用戶端報告 GetPersistentBinding2 WMI 方法的輸出參數數據。

語法

typedef struct _GetPersistentBinding2_OUT {
  ULONG               HBAStatus;
  ULONG               TotalEntryCount;
  ULONG               OutEntryCount;
  HBAFCPBindingEntry2 Bindings[1];
} GetPersistentBinding2_OUT, *PGetPersistentBinding2_OUT;

成員

HBAStatus

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

TotalEntryCount

指出 WMI 提供者可以報告的系結項目數目。

OutEntryCount

指出 GetPersistentBinding2 方法所擷取的持續性系結總數。

Bindings[1]

包含 HBAFCPBindingEntry2 類型的結構數位,描述操作系統與光纖通道通訊協定之間的 HBA 系結 (FCP) 標識碼。

備註

WMI 工具套件會在編譯 MSFC_HBAFCPInfo WMI 類別時,在 Hbapiwmi.h 中產生 GetPersistentBinding2_OUT 結構的宣告。

規格需求

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

另請參閱

GetPersistentBinding2