CSingleLock::CSingleLock

Use this constructor to construct a CSingleLock object. This function is generally called from within an access member function of the controlled resource.

Syntax

CSingleLock( CSyncObject* pObject, BOOL bInitialLock = FALSE );

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