CSyncObject

This 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: 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 currently only supports two of the classes derived from CSyncObject, CEvent, and CCriticalSection. It does not currently support CMutex or CSemaphore.

See Also

CEvent, CCriticalSection, Synchronization Classes