You are reading help file online using chmlib.com
|
ISpTaskManager::CreateThreadControl allocates a thread control object and does not allocate a thread.
HRESULT CreateThreadControl(
ISpThreadTask *pTask,
void *pvTaskData,
long nPriority,
ISpThreadControl **ppThreadCtrl
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | pTask is invalid or bad. |
| E_POINTER | ppThreadCtrl is invalid or bad. |
| E_OUTOFMEMORY | Exceeded available memory. |
| FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|