CComCriticalSection::Init

This method calls the Win32 function InitializeCriticalSection, which initializes the critical section object contained in the m_sec data member.

Syntax

void Init( );

At a Glance

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

See Also

CComCriticalSection Overveiw, CComCriticalSection Methods, CComCriticalSection::m_sec