CSyncObject::Unlock

Call this member function to release access to the synchronization object owned by the calling thread.

The declaration of Unlock with no parameters is a pure virtual function, and must be overridden by all classes deriving from CSyncObject.

Syntax

virtual BOOL Unlock( ) = 0;

virtual BOOL Unlock( LONG lCount, LPLONG lpPrevCount = NULL );

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