CComCriticalSection::Term

This method calls the Win32 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.

Syntax

void Term( );

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, DeleteCriticalSection