|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <atlcore.h>


Public Member Functions | |
| CComCriticalSection () | |
| ~CComCriticalSection () | |
| HRESULT | Lock () |
| HRESULT | Unlock () |
| HRESULT | Init () |
| HRESULT | Term () |
Public Attributes | |
| CRITICAL_SECTION | m_sec |
|
inline |
|
inline |
|
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 |