CSingleLock::IsLocked

Call this member function to determine whether the object associated with the CSingleLock object is nonsignaled (unavailable).

Syntax

BOOL IsLocked( );

At a Glance

Header file: Afxmt.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CSingleLock Overview, CSingleLock Member Functions, Synchronization Support