CComCriticalSection Class
This class provides methods for obtaining and releasing ownership of a critical section object.
class CComCriticalSection
Members
Public Constructors
Name |
Description |
---|---|
The constructor. |
Public Methods
Name |
Description |
---|---|
Creates and initializes a critical section object. |
|
Obtains ownership of the critical section object. |
|
Releases system resources used by the critical section object. |
|
Releases ownership of the critical section object. |
Public Data Members
Name |
Description |
---|---|
A CRITICAL_SECTION object. |
Remarks
CComCriticalSection is similar to class CComAutoCriticalSection, except that you must explicitly initialize and release the critical section.
Typically, you use CComCriticalSection through the typedef name CriticalSection. This name references CComCriticalSection when CComMultiThreadModel is being used.
See CComCritSecLock Class for a safer way to use this class than calling Lock and Unlock directly.
Requirements
Header: atlcore.h