GetPersistentBinding2_IN - NtDoc

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

typedef struct _GetPersistentBinding2_IN {
  UCHAR PortWWN[8];
  ULONG InEntryCount;
} GetPersistentBinding2_IN, *PGetPersistentBinding2_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetPersistentBinding2_IN structure

Description

The GetPersistentBinding2_IN structure is used to deliver input parameter data to the GetPersistentBinding2 WMI method.

Members

PortWWN

Contains a worldwide name that indicates the port whose persistent bindings are to be retrieved.

InEntryCount

Indicates the number of binding entries that the WMI provider can report.

Remarks

The WMI tool suite generates a declaration of the GetPersistentBinding2_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.

See also

GetPersistentBinding2