AnalyzeResultsInfo structure
Information about results analysis.
Syntax
struct AnalyzeResultsInfo {
DWORD Size;
const JobResults *Results;
DWORD Flags;
JobExecutionError Error;
LPCWSTR ResultsPublishPath;
};
Members
-
Size
-
The size of the structure.
-
Results
-
A pointer to a JobResults object.
-
Flags
-
Analysis flags, as defined in AnalyzeResultsFlags.
-
Error
-
The job execution error value, as defined in JobExecutionError.
-
ResultsPublishPath
-
The path where the results are to be copied when analysis is done. If the PublishToSource flag is set in the AnalyzeResultsFlags, this directory serves as a backup to the source directory.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|