CComAutoCriticalSection::Unlock

This method calls the Win32 function LeaveCriticalSection, which releases ownership of the critical section object contained in the m_sec data member.

Syntax

void Unlock( );

At a Glance

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

See Also

CComAutoCriticalSection Overview, CComAutoCriticalSection Methods