CSyncObject

The CSyncObject class is a pure virtual class that provides common functionality common to the synchronization objects in Windows CE.

At a Glance

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

Remarks

MFC for Windows CE currently only supports two of the classes derived from CSyncObject, CEvent, and CCriticalSection. It does not currently support CMutex or CSemaphore.

See Also

CSyncObject Member Functions, Synchronization Classes, CEvent, CCriticalSection