Share via


ISpTask::Execute

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method implements the work unit for an object. The implementation is application specific.

Syntax

virtual HRESULT STDMETHODCALLTYPE Execute(
  void* pvTaskData,
  volatile const BOOL* pfContinueProcessing
);

Parameters

  • pfContinueProcessing
    [in] Value indicating if the process should continue. Set this value to TRUE to continue the process, and to FALSE otherwise. Clients should examine this value during processing and exit if it is set to FALSE. A FALSE setting indicates that another thread has released the recurring task object.

Return Value

The return value is ignored by the SAPI task manager.

Requirements

Header sapiddk.h
Library sapilib.lib
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

ISpTask
SAPI Interfaces