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


CComCriticalSection::Term

Calls the Win32 function DeleteCriticalSection, which releases all resources used by the critical section object contained in the m_sec data member.

HRESULT Term( ) throw( );

Возвращаемое значение

Returns S_OK.

Заметки

Once Term has been called, the critical section can no longer be used for synchronization.

Требования

Header: atlcore.h

См. также

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

CComCriticalSection Class

CComCriticalSection Members