Function CSPThreadLockBase::GetCallingThreadID()
Description:
Retrieves the ID of the calling thread.
 |
Prototype:
static unsigned long GetCallingThreadID();
Arguments:
No arguments (void).
Return value:
Returns the calling thread's ID.
See also:
member functions GetOwnerThreadID()
|
|