CComAutoCriticalSection::Lock

void Lock( );

Remarks

Calls the Win32 function EnterCriticalSection, which waits until the thread can take ownership of the critical section object contained in the m_sec data member. When the protected code has finished executing, the thread must call Unlock to release ownership of the critical section.

CComAutoCriticalSection OverviewClass Members