CEvent

An object of class CEvent represents an "event" - a synchronization object that allows one thread to notify another that an event has occurred.

At a Glance

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

Remarks

MFC for Windows CE supports the CEvent::SetEvent and CEvent::ResetEvent member functions differently than the standard MFC library does.

See Also

CEvent Member Functions, Synchronization Classes