You are reading help file online using chmlib.com
|
ISpTaskManager::SetThreadPoolInfo sets the attributes for thread pool management.
HRESULT SetThreadPoolInfo(
const SPTMTHREADINFO *pPoolInfo
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pPoolInfo is invalid or pPoolInfo->lPoolSize size is less than -1. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|