GetPersistentBinding2_OUT结构(hbapiwmi.h)
GetBindingSupport_OUT结构用于将 GetPersistentBinding2 WMI 方法的输出参数数据报告给 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) |