SetBindingSupport_OUT结构(hbapiwmi.h)
SetBindingSupport_OUT结构用于将 SetBindingSupport WMI 方法的输出参数数据报告给 WMI 客户端。
语法
typedef struct _SetBindingSupport_OUT {
ULONG HBAStatus;
} SetBindingSupport_OUT, *PSetBindingSupport_OUT;
成员
HBAStatus
包含作的状态。 有关允许的值及其说明的列表,请参阅 HBA_STATUS。
言论
WMI 工具套件在编译 MSFC_HBAFCPInfo WMI 类时,在 Hbapiwmi.h 中生成SetBindingSupport_OUT结构的声明。
要求
要求 | 价值 |
---|---|
标头 | hbapiwmi.h (包括 Hbapiwmi.h) |