共用方式為


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 的數位,描述作系統與光纖通道通訊協定 (FCP) 識別碼之間的 HBA 系結。

言論

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

要求

要求 價值
標頭 hbapiwmi.h (包括 Hbapiwmi.h)

另請參閱

GetPersistentBinding2