Synchronization Classes

MFC for Windows CE support all the standard MFC synchronization classes except for CMutex and CSemaphore. The other synchronization classes are the same as they are in standard MFC, except that CEvent's SetEvent and ResetEvent member functions don't support waiting for a process or thread.

See the following topics for information about the MFC for Windows CE synchronization classes.

CSyncObject

CCriticalSection

CEvent

To see where these synchronization classes fit into the Windows CE class hierarchy, see Classes Derived from CObject.