SM_AddLink_OUT structure (hbapiwmi.h)
The SM_AddLink_OUT structure is used to receive output parameters from the SM_AddLink WMI method.
Syntax
typedef struct _SM_AddLink_OUT {
ULONG HBAStatus;
} SM_AddLink_OUT, *PSM_AddLink_OUT;
Members
HBAStatus
A value associated with the WMI class qualifier HBA_STATUS that indicates the result of an HBA query operation.
Remarks
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.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |