You are reading help file online using chmlib.com
|
ISpThreadControl::StartThread initializes a thread and optionally returns a window handle.
HRESULT StartThread(
DWORD dwFlags,
HWND *phwnd
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | One or more parameters are invalid. |
E_POINTER | Invalid pointer. |
E_OUTOFMEMORY | Exceeded available memory. |
You are reading help file online using chmlib.com
|