ReactOS
0.4.15-dev-5606-gf34e425
|
#include <atlbase.h>
Public Member Functions | |
CComCritSecLock (TLock &cs, bool bInitialLock=true) | |
~CComCritSecLock () | |
HRESULT | Lock () |
void | Unlock () |
Private Attributes | |
bool | m_bLocked |
TLock & | m_cs |
|
inline |
Definition at line 203 of file atlbase.h.
|
inline |
|
inline |
Definition at line 224 of file atlbase.h.
Referenced by ATL::CComCritSecLock< TLock >::CComCritSecLock().
|
inline |
Definition at line 237 of file atlbase.h.
Referenced by ATL::CComCritSecLock< TLock >::~CComCritSecLock().
|
private |
Definition at line 200 of file atlbase.h.
Referenced by ATL::CComCritSecLock< TLock >::CComCritSecLock(), ATL::CComCritSecLock< TLock >::Lock(), ATL::CComCritSecLock< TLock >::Unlock(), and ATL::CComCritSecLock< TLock >::~CComCritSecLock().
|
private |
Definition at line 201 of file atlbase.h.
Referenced by ATL::CComCritSecLock< TLock >::Lock(), and ATL::CComCritSecLock< TLock >::Unlock().