Share via


JobResults::AddAssessment method

Adds an Assessment to this JobResults object.

Syntax

virtual HRESULT AddAssessment(
  [in] LPCWSTR path
) = 0;

Parameters

path [in]

The path to the file that contains the assessment.

Return value

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

Remarks

The method takes the path to the assessment manifest file and, if the assessment was executed, adds it to the JobResults object to be analyzed. The JobResults starts out empty.

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

JobResults