Function CSPThread::GetHandle()
Description:
Retrieves the handle of the thread.
 |
Prototype:
unsigned long GetHandle() const;
Arguments:
No arguments (void).
Return value:
Returns the thread handle.
Remarks:
This member function is a Microsoft Windows specific. Use the handle with extra care.
See also:
member functions GetID(), GetExitCode()
|
|