AnalyzeResultsFlags enumeration
Flags that affect the execution of Engine::AnalyzeResults.
Syntax
enum AnalyzeResultsFlags {
None = 0,
ExecuteAsync = 0x1 << 0 ,
PublishToSource = 0x1 << 1
};
Constants
-
None
-
No flag set.
-
ExecuteAsync
-
Engine::AnalyzeResults returns immediately, before it completes its analysis.
-
PublishToSource
-
Engine::AnalyzeResults publishes its results to the location that was the source of results used for the results analysis.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|