SM_GetPersistentBinding_OUT structure (hbapiwmi.h)

The SM_GetPersistentBinding_OUT structure is used to receive output parameters from the SM_GetPersistentBinding method.

Syntax

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

Members

HBAStatus

The status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.

TotalEntryCount

The total number of persistent bindings that are associated with the HBA.

OutEntryCount

The total number of mappings that are retrieved. This value will be less than or equal to TotalEntryCount.

Entry[1]

An array of structures of type SMHBA_SCSIENTRY that describes an HBA's bindings between the operating system and the SAS identifiers.

Remarks

The WMI tool suite generates a declaration of the SM_GetPersistentBinding_OUT structure in Hbapiwmi.h when it compiles the MS_SM_TargetInformationMethods WMI class.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)