ISpTask::Execute (Windows Embedded CE 6.0)
1/6/2010
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
- pvTaskData
[in] Pointer to task data used by the ISpTaskManager::CreateReoccurringTask method.
- 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 |