CEvent

An object of the CEvent class represents an event, which is a synchronization object that allows one thread to notify another that an event has occurred.

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

Remarks

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

See Also

Synchronization Classes