Share via


JobResults::AddAssessmentsFromJob method

Adds Assessment objects to this JobResults object.

Syntax

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

Parameters

path [in]

The path to the job manifest file that contains the assessments.

Return value

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

Remarks

All assessments in the job manifest file are added.

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