// hbapiwmi.h
typedef struct _SM_SetBindingSupport_IN {
UCHAR HbaPortWWN[8];
UCHAR DomainPortWWN[8];
ULONG Flags;
} SM_SetBindingSupport_IN, *PSM_SetBindingSupport_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_SetBindingSupport_IN structure is used to provide input parameters to the SM_SetBindingSupport method.
HbaPortWWNThe worldwide name (WWN) of the local port whose events the WMI client will receive.
DomainPortWWNA worldwide name (WWN) that specifies the SAS domain worldwide name of the local port.
FlagsThe HBA_BIND_CAPABILITY binding capabilities.
The WMI tool suite generates a declaration of the SM_SetBindingSupport_IN structure in Hbapiwmi.h when it compiles the MS_SMHBA_BindingEntry WMI class.