AddLink_OUT - NtDoc

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

typedef struct _AddLink_OUT {
  ULONG HBAStatus;
} AddLink_OUT, *PAddLink_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_AddLink_OUT structure

Description

The AddLink_OUT structure is used by an HBA miniport driver to report the status of a call to the AddLink WMI method.

Members

HBAStatus

Contains 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 AddLink_OUT structure in Hbapiwmi.h when it compiles the MSFC_EventControl WMI Class.

See also

AddLink

HBA_STATUS

MSFC_EventControl WMI Class