共用方式為


GetFcpPersistentBinding_OUT 結構 (hbapiwmi.h)

GetFcpPersistentBinding_OUT結構是用來向WMI用戶端報告 GetFcpPersistentBinding WMI 方法的輸出參數數據。

語法

typedef struct _GetFcpPersistentBinding_OUT {
  ULONG              HBAStatus;
  ULONG              TotalEntryCount;
  ULONG              OutEntryCount;
  HBAFCPBindingEntry Entry[1];
} GetFcpPersistentBinding_OUT, *PGetFcpPersistentBinding_OUT;

成員

HBAStatus

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

TotalEntryCount

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

OutEntryCount

指出 GetFcpTargetMapping WMI 方法所擷取的對應總數。 此值會小於或等於 TotalEntryCount

Entry[1]

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

備註

GetFcpPersistentBinding WMI 方法會擷取 SCSI 與光纖通道通訊協定之間的系結, (FCP) 邏輯單元的標識符。

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

規格需求

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

另請參閱

GetFcpPersistentBinding