Execute method

Executes the Accelerator.

 

Syntax

HRESULT retVal = object.Execute(pInput, pOutput);

Parameters

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method invokes the Accelerator with the specified input.

See also

IOpenServiceActivity::Preview