GetPersistentBinding2_OUT - NtDoc

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

typedef struct _GetPersistentBinding2_OUT {
  ULONG               HBAStatus;
  ULONG               TotalEntryCount;
  ULONG               OutEntryCount;
  HBAFCPBindingEntry2 Bindings[1];
} GetPersistentBinding2_OUT, *PGetPersistentBinding2_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetPersistentBinding2_OUT structure

Description

The GetBindingSupport_OUT structure is used to report the output parameter data of the GetPersistentBinding2 WMI method to the WMI client.

Members

HBAStatus

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

TotalEntryCount

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

OutEntryCount

Indicates the total number of persistent bindings retrieved by the GetPersistentBinding2 method.

Bindings

Contains an array of structures of type HBAFCPBindingEntry2 that describe an HBA's bindings between operating system and fibre channel protocol (FCP) identifiers.

Remarks

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

See also

GetPersistentBinding2