CEvent::Unlock

Call this member function to release the event object. This member function is called by threads that currently own an automatic event to release it after they are done, if their lock object is to be reused. If the lock object is not to be reused, this function will be called by the lock object's destructor.

Syntax

virtual BOOL Unlock( );

At a Glance

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

See Also

CEvent Overview, CEvent Member Functions, Synchronization Classes