CComCriticalSection::Term

void Term( );

Remarks

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.

CComCriticalSection OverviewClass Members