CComCriticalSection::m_sec

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

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

CRITICAL_SECTION m_sec;

See Also

CComCriticalSection::Lock, CComCriticalSection::Unlock, CComCriticalSection::Init, CComCriticalSection::Term