Function CSPThreadLock::GetLockCount()

Description:
Retrieves the thread lock count. If the CSPThreadLock object is locked by another thread, GetLockCount will block until the other thread completely unlocks the object.

Micronovae Prototype:
unsigned long GetLockCount() const;

Arguments:
No arguments (void).

Return value:
It returns the thread lock count. If there there is no thread lock, it returns zero.

See also:
member functions Lock(), Unlock()
CSPThreadLock | Other support classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com