ReactOS 0.4.15-dev-7834-g00c4b3d
ATL::CComFakeCriticalSection Class Reference

#include <atlcore.h>

Public Member Functions

HRESULT Lock ()
 
HRESULT Unlock ()
 
HRESULT Init ()
 
HRESULT Term ()
 

Detailed Description

Definition at line 87 of file atlcore.h.

Member Function Documentation

◆ Init()

HRESULT ATL::CComFakeCriticalSection::Init ( )
inline

Definition at line 100 of file atlcore.h.

101 {
102 return S_OK;
103 }
#define S_OK
Definition: intsafe.h:52

◆ Lock()

HRESULT ATL::CComFakeCriticalSection::Lock ( )
inline

Definition at line 90 of file atlcore.h.

91 {
92 return S_OK;
93 }

◆ Term()

HRESULT ATL::CComFakeCriticalSection::Term ( )
inline

Definition at line 105 of file atlcore.h.

106 {
107 return S_OK;
108 }

◆ Unlock()

HRESULT ATL::CComFakeCriticalSection::Unlock ( )
inline

Definition at line 95 of file atlcore.h.

96 {
97 return S_OK;
98 }

The documentation for this class was generated from the following file: