The CSyncObject class is a pure virtual class that provides common functionality common to the synchronization objects in Windows CE.
Header file: | Afxmt.h |
Platforms: | |
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.
CSyncObject Member Functions, Synchronization Classes, CEvent, CCriticalSection