Поделиться через


CComAutoCriticalSection::~CComAutoCriticalSection

The destructor.

~CComAutoCriticalSection( ) throw( );

Заметки

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

Требования

Header: atlcore.h

См. также

Основные понятия

CComAutoCriticalSection Class

CComAutoCriticalSection Members

CComAutoCriticalSection::CComAutoCriticalSection