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 類型的結構陣列,描述作系統與光纖通道通訊協定 (FCP) 識別元之間的 HBA 系結。
言論
GetFcpPersistentBinding WMI 方法會擷取邏輯單元的 SCSI 與光纖通道通訊協定 (FCP) 識別符之間的系結。
WMI 工具套件會在編譯 MSFC_HBAFCPInfo WMI 類別時,在 Hbapiwmi.h 中產生GetFcpPersistentBinding_OUT結構的宣告。
要求
要求 | 價值 |
---|---|
標頭 | hbapiwmi.h (包括 Hbapiwmi.h) |