// hbapiwmi.h
typedef struct _SM_AddLink_OUT {
ULONG HBAStatus;
} SM_AddLink_OUT, *PSM_AddLink_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_AddLink_OUT structure is used to receive output parameters from the SM_AddLink WMI method.
HBAStatusA value associated with the WMI class qualifier HBA_STATUS that indicates the result of an HBA query operation.
The WMI tool suite generates a declaration of the SM_AddLink_OUT structure in Hbapiwmi.h when it compiles the MS_SM_EventControl WMI class.