CSyncObject::Lock

Call this member function to gain access to the resource controlled by the synchronization object.

Syntax

virtual BOOL Lock( DWORD dwTimeout = INFINITE );

At a Glance

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

See Also

CSyncObject Overview, CSyncObject Member Functions, Synchronization Classes