This class is a pure virtual class that provides common functionality common to the synchronization objects in Windows CE.
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 |
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.
CEvent, CCriticalSection, Synchronization Classes