SetBindingSupport_IN - NtDoc

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

typedef struct _SetBindingSupport_IN {
  UCHAR PortWWN[8];
  ULONG BindType;
} SetBindingSupport_IN, *PSetBindingSupport_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SetBindingSupport_IN structure

Description

The SetBindingSupport_IN structure is used to deliver input parameter data to the SetBindingSupport WMI method.

Members

PortWWN

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

BindType

Contains a bitmap that indicates the ability of an HBA and its miniport driver to provide a specific set of features related to persistent binding. For a list of values that this parameter can have, see the description of the HBA_BIND_TYPE WMI class qualifier.

Remarks

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

See also

SetBindingSupport