CComAutoCriticalSection::m_sec

This data member contains a critical section object that is used by all CComAutoCriticalSection methods.

Syntax

CRITICAL_SECTION m_sec;

At a Glance

Header file: Atlbase.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComAutoCriticalSection Overview, CComAutoCriticalSection Data Members, CComAutoCriticalSection::CComAutoCriticalSection, CComAutoCriticalSection::Lock, CComAutoCriticalSection::Unlock