次の方法で共有


Solution::CreateEngine method

Create an Engine object for running AXE jobs.

Syntax

virtual HRESULT CreateEngine(
  [out] Engine **engine
) = 0;

Parameters

engine [out]

A double pointer to receive a pointer to the newly created Engine object.

Return value

If successful, this method returns S_OK.

If there is insufficient memory available to create an Engine object, this method returns E_OUTOFMEMORY.

Remarks

Managed code uses the Solution.CreateEngine | createEngine method.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h
DLL
AxeCore.dll

See also

Solution