ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <atlcore.h>
Public Member Functions | |
CComSafeDeleteCriticalSection () | |
~CComSafeDeleteCriticalSection () | |
HRESULT | Lock () |
HRESULT | Init () |
HRESULT | Term () |
Public Member Functions inherited from ATL::CComCriticalSection | |
CComCriticalSection () | |
~CComCriticalSection () | |
HRESULT | Lock () |
HRESULT | Unlock () |
HRESULT | Init () |
HRESULT | Term () |
Private Attributes | |
bool | m_bInitialized |
Additional Inherited Members | |
Public Attributes inherited from ATL::CComCriticalSection | |
CRITICAL_SECTION | m_sec |
|
inline |
|
inline |
|
inline |
Definition at line 148 of file atlcore.h.
|
inline |
|
inline |
Definition at line 159 of file atlcore.h.
Referenced by ~CComSafeDeleteCriticalSection().
|
private |