Share via


Job::GetToolTip method

Retrieve a tool tip for the job.

Syntax

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

Parameters

toolTip [out, optional]

A short description suitable for displaying in a tool tip control.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

Managed code uses Job.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

Job