JobResults::GetCanBeAnalyzed method
Returns an indicator of whether the job results can be analyzed.
Syntax
virtual HRESULT GetCanBeAnalyzed(
[out] BOOL *analyze
) const = 0;
Parameters
-
analyze [out]
-
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 the job results can be analyzed, FALSE otherwise. The job results can be analyzed if any of the assessments in the job supports re-analysis. An assessment supports re-analysis if its manifest contains the AnalyzeFolder element.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
DLL |
|