CSyncObject::Unlock

This method releases access to the synchronization object owned by the calling thread.

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

At a Glance

Header file: Afxmt.h
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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