Solution::CreateResults method
Create a JobResults object from a results file.
Syntax
HRESULT CreateResults(
[in] LPCWSTR resultPath,
[out] JobResults **newResults
);
Parameters
-
resultPath [in]
-
The path to the result file.
-
newResults [out]
-
The JobResults object that this method creates.
Return value
If the function succeeds, it returns S_OK. If it fails, it returns an error value.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
Library |
|
DLL |
|