// hbapiwmi.h
typedef struct _SetBindingSupport_IN {
UCHAR PortWWN[8];
ULONG BindType;
} SetBindingSupport_IN, *PSetBindingSupport_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SetBindingSupport_IN structure is used to deliver input parameter data to the SetBindingSupport WMI method.
PortWWNContains a worldwide name that indicates the port whose persistent bindings are to be retrieved.
BindTypeContains 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.
The WMI tool suite generates a declaration of the SetBindingSupport_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.