GetBindingSupport_IN - NtDoc

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

typedef struct _GetBindingSupport_IN {
  UCHAR PortWWN[8];
} GetBindingSupport_IN, *PGetBindingSupport_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetBindingSupport_IN structure

Description

The GetBindingSupport_IN structure is used by a WMI client to deliver the input parameter data of the GetBindingSupport WMI method to the HBA miniport driver.

Members

PortWWN

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

Remarks

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

See also

GetBindingSupport