Share via


JobResults::MarkAllToBeAnalyzed method

Sets the to be analyzed indicators for all assessment results for the job.

Syntax

virtual HRESULT MarkAllToBeAnalyzed(
  [in] BOOL analyze
) = 0;

Parameters

analyze [in]

The indicator.

Return value

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

Remarks

The indicator is TRUE if all the assessment results are to analyzed, FALSE if all are not to be analyzed.

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