// hbapiwmi.h
typedef struct _SM_AddTarget_OUT {
ULONG HBAStatus;
} SM_AddTarget_OUT, *PSM_AddTarget_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_AddTarget_OUT structure is used to receive output parameters from the SM_AddTarget WMI method.
HBAStatusThe status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.