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 waiting for a process or thread is not supported by CEvent::SetEvent and CEvent::ResetEvent.

For information about the MFC for Windows CE synchronization classes, see the following topics:

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