共用方式為


SetBindingSupport_IN 結構 (hbapiwmi.h)

SetBindingSupport_IN 結構可用來將輸入參數數據傳遞至 SetBindingSupport WMI 方法。

語法

typedef struct _SetBindingSupport_IN {
  UCHAR PortWWN[8];
  ULONG BindType;
} SetBindingSupport_IN, *PSetBindingSupport_IN;

成員

PortWWN[8]

包含全球名稱,指出要擷取其持續性系結的埠。

BindType

包含位圖,指出 HBA 及其迷你埠驅動程式提供一組與持續性系結相關的特定功能。 如需此參數可以擁有的值清單,請參閱 WMI 類別限定符HBA_BIND_TYPE的描述。

備註

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

規格需求

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

另請參閱

SetBindingSupport