SM_SetPersistentBinding_IN structure (hbapiwmi.h)

The SM_SetPersistentBinding_IN structure is used to provide input parameters to the SM_SetPersistentBinding method.

Syntax

typedef struct _SM_SetPersistentBinding_IN {
  UCHAR                 HbaPortWWN[8];
  UCHAR                 DomainPortWWN[8];
  ULONG                 InEntryCount;
  MS_SMHBA_BINDINGENTRY Entry[1];
} SM_SetPersistentBinding_IN, *PSM_SetPersistentBinding_IN;

Members

HbaPortWWN[8]

The worldwide name (WWN) of the local port whose events the WMI client will receive.

DomainPortWWN[8]

A worldwide name (WWN) that specifies the SAS domain worldwide name of the local port.

InEntryCount

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

Entry[1]

A list of MS_SMHBA_BINDINGENTRY types for persistent binding.

Remarks

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

Requirements

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