ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include <atlcore.h>
Public Member Functions | |
CComCriticalSection () | |
virtual | ~CComCriticalSection () |
HRESULT | Lock () |
HRESULT | Unlock () |
HRESULT | Init () |
HRESULT | Term () |
Public Attributes | |
CRITICAL_SECTION | m_sec |
|
inline |
Definition at line 53 of file atlcore.h.
|
inlinevirtual |
|
inline |
Definition at line 74 of file atlcore.h.
Referenced by ATL::AtlWinModuleInit(), ATL::CAtlComModule::CAtlComModule(), ATL::CComAutoCriticalSection::CComAutoCriticalSection(), and ATL::CComSafeDeleteCriticalSection::Init().
Definition at line 62 of file atlcore.h.
Referenced by ATL::CComSafeDeleteCriticalSection::Lock().
|
inline |
Definition at line 80 of file atlcore.h.
Referenced by ATL::AtlWinModuleTerm(), ATL::CComSafeDeleteCriticalSection::Term(), ATL::CAtlComModule::Term(), and ATL::CComAutoCriticalSection::~CComAutoCriticalSection().
CRITICAL_SECTION ATL::CComCriticalSection::m_sec |