Home
last modified time | relevance | path

Searched refs:m_cRefs (Results 1 – 21 of 21) sorted by relevance

/reactos/dll/ime/msctfime/
H A Dsinks.cpp15 , m_cRefs(1) in CCompartmentEventSink()
40 return ::InterlockedIncrement(&m_cRefs); in STDMETHODIMP_()
46 if (::InterlockedDecrement(&m_cRefs) == 0) in STDMETHODIMP_()
51 return m_cRefs; in STDMETHODIMP_()
135 m_cRefs = 1; in CTextEventSink()
164 return ::InterlockedIncrement(&m_cRefs); in STDMETHODIMP_()
175 return m_cRefs; in STDMETHODIMP_()
282 m_cRefs = 1; in CThreadMgrEventSink()
310 return m_cRefs; in STDMETHODIMP_()
420 m_cRefs = 1; in CActiveLanguageProfileNotifySink()
[all …]
H A Dinputcontext.cpp21 m_cRefs = 1; in CInputContextOwner()
95 return ++m_cRefs; in STDMETHODIMP_()
101 if (--m_cRefs == 0) in STDMETHODIMP_()
106 return m_cRefs; in STDMETHODIMP_()
189 m_cRefs = 1; in CicInputContext()
207 return ::InterlockedIncrement(&m_cRefs); in STDMETHODIMP_()
213 if (::InterlockedDecrement(&m_cRefs) == 0) in STDMETHODIMP_()
218 return m_cRefs; in STDMETHODIMP_()
H A Dprofile.cpp16 m_cRefs = 1; in CicProfile()
55 return ::InterlockedIncrement(&m_cRefs); in STDMETHODIMP_()
61 if (::InterlockedDecrement(&m_cRefs) == 0) in STDMETHODIMP_()
66 return m_cRefs; in STDMETHODIMP_()
H A Dmisc.cpp428 m_cRefs = 1; in CFunctionProviderBase()
466 return ::InterlockedIncrement(&m_cRefs); in STDMETHODIMP_()
472 if (::InterlockedDecrement(&m_cRefs) == 0) in STDMETHODIMP_()
477 return m_cRefs; in STDMETHODIMP_()
526 m_cRefs = 1; in CFnDocFeed()
547 return ::InterlockedIncrement(&m_cRefs); in STDMETHODIMP_()
553 if (::InterlockedDecrement(&m_cRefs) == 0) in STDMETHODIMP_()
558 return m_cRefs; in STDMETHODIMP_()
H A Dsinks.h23 LONG m_cRefs; variable
51 LONG m_cRefs;
103 LONG m_cRefs; variable
142 LONG m_cRefs; variable
H A Dmisc.h82 LONG m_cRefs; variable
115 LONG m_cRefs; variable
H A Dinputcontext.h28 LONG m_cRefs;
80 LONG m_cRefs;
H A Dprofile.h24 LONG m_cRefs; variable
H A Dbridge.cpp23 m_cRefs = 1; in CicBridge()
40 return ::InterlockedIncrement(&m_cRefs); in STDMETHODIMP_()
46 if (::InterlockedDecrement(&m_cRefs) == 0) in STDMETHODIMP_()
51 return m_cRefs; in STDMETHODIMP_()
H A Dbridge.h16 LONG m_cRefs;
/reactos/modules/rostests/apitests/shell32/
H A DSHLimitInputEdit.cpp17 LONG m_cRefs; member in CShellFolder
20 : m_cRefs(1) in CShellFolder()
183 return ++m_cRefs; in STDMETHODIMP_()
190 if (--m_cRefs == 0) in STDMETHODIMP_()
195 return m_cRefs; in STDMETHODIMP_()
275 ok_long(sf.m_cRefs, 1); in DialogProc()
284 ok_long(sf.m_cRefs, 1); in DialogProc()
307 ok_long(sf.m_cRefs, 1); in DialogProc()
315 ok_long(sf.m_cRefs, 1); in DialogProc()
341 ok_long(sf.m_cRefs, 1); in DialogProc()
[all …]
/reactos/sdk/lib/drivers/wdf/shared/inc/private/um/
H A Dfxiotargetremoteum.hpp32 LONG m_cRefs; member in FxIoTargetRemoteNotificationCallback
44 m_cRefs(1) in FxIoTargetRemoteNotificationCallback()
118 LONG cRefs = InterlockedIncrement( &m_cRefs ); in AddRef()
127 LONG cRefs = InterlockedDecrement( &m_cRefs ); in Release()
H A Dfxmessagedispatchum.hpp44 m_cRefs(1), in FxMessageDispatch()
246 LONG m_cRefs; member in FxMessageDispatch
/reactos/base/applications/mspaint/
H A Datlimagedx.h197 LONG m_cRefs = 0; member
243 return ++m_cRefs; in AddRef()
248 if (--m_cRefs == 0) in Release()
253 return m_cRefs; in Release()
/reactos/dll/win32/shdocvw/
H A Dmrulist.cpp69 LONG m_cRefs = 1; // Reference count member in CMruBase
96 return ::InterlockedIncrement(&m_cRefs); in AddRef()
172 if (::InterlockedDecrement(&m_cRefs) == 0) in STDMETHODIMP_()
178 return m_cRefs; in STDMETHODIMP_()
1293 LONG m_cRefs = 1; member in CMruClassFactory
1309 return ::InterlockedIncrement(&m_cRefs); in AddRef()
1313 if (::InterlockedDecrement(&m_cRefs) == 0) in Release()
1318 return m_cRefs; in Release()
/reactos/modules/rostests/apitests/browseui/
H A DIAutoComplete.cpp44 CEnumString() : m_cRefs(0), m_nIndex(0), m_nCount(0), m_pList(NULL) in CEnumString()
87 ++m_cRefs; in AddRef()
88 return m_cRefs; in AddRef()
93 --m_cRefs; in Release()
94 if (m_cRefs == 0) in Release()
99 return m_cRefs; in Release()
157 ULONG m_cRefs; member in CEnumString
/reactos/dll/win32/msutb/
H A Dmsutb.cpp651 LONG m_cRefs; member in CUTBLangBarDlg
713 LONG m_cRefs; member in CCicLibMenu
766 LONG m_cRefs; member in CTipbarAccessible
1210 LONG m_cRefs; member in CLBarItemBase
1311 LONG m_cRefs; member in CTipbarThread
1684 ++m_cRefs; in StartThread()
1735 m_cRefs = 1; in CUTBCloseLangBarDlg()
1802 m_cRefs = 1; in CUTBMinimizeLangBarDlg()
2068 m_cRefs = 1; in CTipbarAccessible()
3463 m_cRefs = 1; in CLBarItemBase()
[all …]
/reactos/sdk/lib/drivers/wdf/shared/core/um/
H A Dfxmessagedispatchum.cpp84 LONG cRefs = InterlockedIncrement( &m_cRefs ); in AddRef()
98 LONG cRefs = InterlockedDecrement( &m_cRefs ); in Release()
/reactos/dll/win32/imm32/
H A Dctf.c418 LONG m_cRefs; member
437 ++(pSpy->m_cRefs); in ISPY_QueryInterface()
447 return ++pSpy->m_cRefs; in ISPY_AddRef()
455 if (--pSpy->m_cRefs == 0) in ISPY_Release()
460 return pSpy->m_cRefs; in ISPY_Release()
564 pSpy->m_cRefs = 1; in Imm32AllocIMMISPY()
/reactos/dll/win32/shell32/
H A Dutils.cpp337 LONG m_cRefs; member in CDummyOleWindow
341 CDummyOleWindow() : m_cRefs(1), m_hWnd(NULL) { } in CDummyOleWindow()
356 return ++m_cRefs; in AddRef()
360 if (--m_cRefs == 0) in Release()
365 return m_cRefs; in Release()
/reactos/dll/win32/shlwapi/
H A Dpropbag.cpp34 LONG m_cRefs; // reference count member in CBasePropertyBag
39 : m_cRefs(0) in CBasePropertyBag()
72 return ::InterlockedIncrement(&m_cRefs); in AddRef()
76 if (::InterlockedDecrement(&m_cRefs) == 0) in Release()
81 return m_cRefs; in Release()