SM_GetPersistentBinding_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _SM_GetPersistentBinding_IN {
  UCHAR HbaPortWWN[8];
  UCHAR DomainPortWWN[8];
  ULONG InEntryCount;
} SM_GetPersistentBinding_IN, *PSM_GetPersistentBinding_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_sm_getpersistentbinding_in)

_SM_GetPersistentBinding_IN structure

Description

The SM_GetPersistentBinding_IN structure is used to provide input parameters to the SM_GetPersistentBinding method.

Members

HbaPortWWN

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

DomainPortWWN

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.

Remarks

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