CSyncObject

The CSyncObject class is a pure virtual class that provides functionality common to the synchronization objects in Win32. The Microsoft Foundation Class Library provides several classes derived from CSyncObject. These are CEvent, CMutex, CCriticalSection, and CSemaphore.

For information on how to use the synchronization objects, see the article in Visual C++ Programmer’s Guide.

#include <afxmt.h>

Class MembersBase ClassHierarchy Chart