GetBindingSupport_IN结构(hbapiwmi.h)

WMI 客户端使用GetBindingSupport_IN结构将 GetBindingSupport WMI 方法的输入参数数据传递到 HBA 微型端口驱动程序。

语法

typedef struct _GetBindingSupport_IN {
  UCHAR PortWWN[8];
} GetBindingSupport_IN, *PGetBindingSupport_IN;

成员

PortWWN[8]

包含一个全球名称,指示要检索其持久性绑定的端口。

言论

WMI 工具套件在编译 MSFC_HBAFCPInfo WMI 类时,在 Hbapiwmi.h 中生成GetBindingSupport_IN结构的声明。

要求

要求 价值
标头 hbapiwmi.h (包括 Hbapiwmi.h)

另请参阅

GetBindingSupport