SetBindingSupport_OUT結構 (hbapiwmi.h)
SetBindingSupport_OUT結構是用來向WMI用戶端報告 SetBindingSupport 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) |