次の方法で共有


Engine::ExecuteJob method

Runs a loaded job.

Syntax

virtual HRESULT ExecuteJob(
  [in, out] JobExecutionInfo *JobInfo
) = 0;

Parameters

JobInfo [in, out]

A structure that the AXE engine populates with the results of the job. AXE completely overwrites this structure s contents.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

This method executes an entire job using the information specified in the JobExecutionInfo structure.

Managed code uses the Engine.ExecuteJob | executeJob 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

Engine

JobExecutionInfo

JobEndEventArgs