SM_AddLink_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _SM_AddLink_OUT {
  ULONG HBAStatus;
} SM_AddLink_OUT, *PSM_AddLink_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_sm_addlink_out)

_SM_AddLink_OUT structure

Description

The SM_AddLink_OUT structure is used to receive output parameters from the SM_AddLink WMI method.

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.