Share via


Assessment::GetName method

Retrieve the localized name of the assessment.

Syntax

virtual HRESULT GetName(
  [out, optional] LPCWSTR *assessmentName
) const = 0;

Parameters

assessmentName [out, optional]

The name of the assessment.

Return value

If the assessment name is successfully retrieved, the method returns S_OK.

If the assessmentName parameter is NULL, the method returns E_POINTER.

Remarks

Managed code uses Assessment.Name | name 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