You are reading help file online using chmlib.com
|
ISpThreadControl::ThreadId returns the thread ID of the allocated thread.
Returns the Win32 thread ID of the thread associated with this thread control object. If StartThread has not been called, this returns zero.
DWORD ThreadId ( void );
The ID of the thread.
You are reading help file online using chmlib.com
|