AddLink_OUT structure (hbapiwmi.h)

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

Syntax

typedef struct _AddLink_OUT {
  ULONG HBAStatus;
} AddLink_OUT, *PAddLink_OUT;

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.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

AddLink

HBA_STATUS

MSFC_EventControl WMI Class