Assessment::GetToolTip method

[This documentation is preliminary and is subject to change.]

Retrieve the short description of the assessment.

Syntax

HRESULT GetToolTip(
  [out]  LPCWSTR *tooltip
);

Parameters

  • tooltip [out]
    A pointer to receive the short description string.

Return value

If the short description was successfully retrieved, return S_OK.

If tooltip is NULL, return E_POINTER.

Remarks

The engine owns the string memory. The solution should never attempt to free this memory.

In managed code, Tooltip is a property of the Assessment Object.

See also

Assessment

 

 

Build date: 9/6/2011