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