You are reading help file online using chmlib.com
|
ISpTaskManager::CreateReoccurringTask creates a task entry that will be processed on a thread when the ISpNotifySink::Notify method is called on the task control object.
HRESULT CreateReoccurringTask(
ISpTask *pTask,
void *pvTaskData,
HANDLE hCompEvent,
ISpNotifySink **ppTaskCtrl
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pTask is invalid or bad. |
E_POINTER | ppTaskCtrl is invalid or bad. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|