CCriticalSection Members

Base Class Members

CObject Members

CSyncObject Members

Construction

CCriticalSection

Constructs a CCriticalSection object.

Methods

Lock

Use to gain access to the CCriticalSection object.

Unlock

Releases the CCriticalSection object.

Operators

operator CRITICAL_SECTION *

Retrieves a pointer to the internal CRITICAL_SECTION object.

Data Members

m_sect

A CRITICAL_SECTION object.

See Also

Concepts

CCriticalSection Class

Hierarchy Chart