Share via


CComAutoCriticalSection::~CComAutoCriticalSection

The destructor.

~CComAutoCriticalSection( ) throw( );

Remarks

The destructor calls DeleteCriticalSection, which releases all system resources used by the critical section object.

Requirements

Header: atlcore.h

See Also

Reference

CComAutoCriticalSection Class

CComAutoCriticalSection::CComAutoCriticalSection