CEvent::Unlock

This method releases the event object. This method 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 method will be called by the lock object’s destructor.

At a Glance

Header file: Afxmt.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual BOOL Unlock( );