Share via


Assessment::GetToolTip method

Retrieve the short description of the assessment.

Syntax

virtual HRESULT GetToolTip(
  [out, optional] LPCWSTR *toolTip
) const = 0;

Parameters

toolTip [out, optional]

A pointer to receive the tooltip string.

Return value

If the tooltip is successfully retrieved, the method returns S_OK.

If the tooltip is null, the method returns E_POINTER.

Remarks

Managed code uses the Assessment.ToolTip | toolTip property.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h
DLL
AxeCore.dll

See also

Assessment