Function CSPThreadLockBase::GetOwnerThreadID()
Description:
Retrieves the ID of the thread that owns, or in other words, has locked the CSPThreadLockBase object.
 |
Prototype:
unsigned long GetOwnerThreadID();
Arguments:
No arguments (void).
Return value:
Returns the ID of the owner thread. If the object is not owned by any thread, it returns zero.
See also:
member functions GetCallingThreadID()
|
|