SM_GetPersistentBinding_OUT 结构 (hbapiwmi.h)

SM_GetPersistentBinding_OUT 结构用于从 SM_GetPersistentBinding 方法接收输出参数。

语法

typedef struct _SM_GetPersistentBinding_OUT {
  ULONG                 HBAStatus;
  ULONG                 TotalEntryCount;
  ULONG                 OutEntryCount;
  MS_SMHBA_BINDINGENTRY Entry[1];
} SM_GetPersistentBinding_OUT, *PSM_GetPersistentBinding_OUT;

成员

HBAStatus

操作的状态。 有关允许的值及其说明的列表,请参阅 HBA_STATUS

TotalEntryCount

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

OutEntryCount

检索的映射总数。 此值将小于或等于 TotalEntryCount。

Entry[1]

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

注解

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

要求

要求
Header hbapiwmi.h (包括 Hbapiwmi.h)