SM_RemovePersistentBinding_IN结构(hbapiwmi.h)

SM_RemovePersistentBinding_IN结构用于向SM_RemovePersistentBinding方法提供输入参数。

语法

typedef struct _SM_RemovePersistentBinding_IN {
  UCHAR                 HbaPortWWN[8];
  UCHAR                 DomainPortWWN[8];
  ULONG                 EntryCount;
  MS_SMHBA_BINDINGENTRY Entry[1];
} SM_RemovePersistentBinding_IN, *PSM_RemovePersistentBinding_IN;

成员

HbaPortWWN[8]

本地端口的全球名称(WWN),其 WMI 客户端将接收其事件。

DomainPortWWN[8]

一个全球名称(WWN),指定本地端口的全球 SAS 域名。

EntryCount

与 HBA 关联的永久性绑定的总数。

Entry[1]

SMHBA_SCSIENTRY类型的结构数组,描述作系统和 SAS 标识符之间的 HBA 绑定。

言论

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

要求

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