You are reading help file online using chmlib.com
|
ISpThreadControl::ThreadHandle returns the thread handle of the allocated thread. This handle should not be used to wait for the completion of the thread procedure. Use ISpThreadControl::ThreadCompleteEvent, or ISpThreadControl::WaitForThreadDone.
HANDLE ThreadHandle ( void );
Returns the thread handle, or NULL if ISpThreadControl::StartThread has not been called for this thread control object.
You are reading help file online using chmlib.com
|