// hbapiwmi.h
typedef struct _SM_GetBindingSupport_OUT {
ULONG HBAStatus;
ULONG Flags;
} SM_GetBindingSupport_OUT, *PSM_GetBindingSupport_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_GetBindingSupport_OUT structure is used to receive output parameters from the SM_GetBindingSupport method.
HBAStatusThe status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
FlagsThe HBA_BIND_CAPABILITY binding capabilities.
The WMI tool suite generates a declaration of the SM_GetBindingSupport_OUT structure in Hbapiwmi.h when it compiles the MS_SM_TargetInformationMethods WMI class.