// hbapiwmi.h
typedef struct _AddLink_OUT {
ULONG HBAStatus;
} AddLink_OUT, *PAddLink_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The AddLink_OUT structure is used by an HBA miniport driver to report the status of a call to the AddLink WMI method.
HBAStatusContains a 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 AddLink_OUT structure in Hbapiwmi.h when it compiles the MSFC_EventControl WMI Class.