CComCriticalSection::Term

This method calls the Windows CE function DeleteCriticalSection, which releases all resources used by the critical section object contained in the m_sec data member. Once Term has been called, the critical section can no longer be used for synchronization.

At a Glance

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

Syntax

void Term( );

See Also

CComCriticalSection::m_sec, DeleteCriticalSection