次の方法で共有


Solution::CreateResults method

Create a JobResults object from a results file.

Syntax

HRESULT CreateResults(
  [in]  LPCWSTR    resultPath,
  [out] JobResults **newResults,
  [out] ErrorList  **errorList
);

Parameters

resultPath [in]

The path to the result file.

newResults [out]

The JobResults object that this method creates.

errorList [out]

An ErrorList object.

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
AxeHosting.h
Library
AxeCore.lib
DLL
AxeCore.dll

See also

Solution