You are reading help file online using chmlib.com
|
ISpTaskManager::QueueTask adds a task to the queue for asynchronous task processing.
HRESULT QueueTask(
ISpTask pTask,
void *pvTaskData,
HANDLE hCompEvent,
DWORD* *pdwGroupId,
DWORD* *pTaskID
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pTask is invalid or bad. |
E_POINTER | pTaskId or pdwGroupId is invalid or bad. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|