Function CSPThread::GetID()
Description:
Retrieves the system assigned ID of the thread.
 |
Prototype:
unsigned long GetID() const;
Arguments:
No arguments (void).
Return value:
Returns the thread ID.
Remarks:
Use this ID with extra care, especially when you use it with system calls.
See also:
member functions GetHandle(), GetExitCode()
|
|