Searched refs:m_RefCnt (Results 1 – 10 of 10) sorted by relevance
/trunk/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 65 m_RefCnt(RefCnt) in CPropertySheet() 67 OutputDebugStringFormat("CPropertySheet::CTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in CPropertySheet() 77 OutputDebugStringFormat("CPropertySheet::DTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in ~CPropertySheet() 115 OutputDebugStringFormat("CPropertySheet::AddRef [%d]", m_RefCnt ); in AddRef() 116 return InterlockedIncrement(&m_RefCnt); in AddRef() 125 OutputDebugStringFormat("CPropertySheet::Release [%d]", m_RefCnt ); in Release() 126 long refcnt = InterlockedDecrement(&m_RefCnt); in Release()
|
/trunk/main/shell/source/win32/shlxthandler/prophdl/ |
H A D | propertyhdl.cxx | 73 m_RefCnt( nRefCnt ), in CPropertyHdl() 133 return InterlockedIncrement( &m_RefCnt ); in AddRef() 139 long refcnt = InterlockedDecrement( &m_RefCnt ); in Release() 141 if ( 0 == m_RefCnt ) in Release() 330 m_RefCnt(1), in CClassFactory() 363 return InterlockedIncrement( &m_RefCnt ); in AddRef() 369 long refcnt = InterlockedDecrement( &m_RefCnt ); in Release()
|
/trunk/main/shell/source/win32/shlxthandler/columninfo/ |
H A D | columninfo.cxx | 59 m_RefCnt(RefCnt) in CColumnInfo() 98 return InterlockedIncrement(&m_RefCnt); in AddRef() 107 long refcnt = InterlockedDecrement(&m_RefCnt); in Release() 109 if (0 == m_RefCnt) in Release()
|
/trunk/main/shell/source/win32/shlxthandler/infotips/ |
H A D | infotips.cxx | 52 m_RefCnt(RefCnt) in CInfoTip() 101 return InterlockedIncrement(&m_RefCnt); in AddRef() 110 long refcnt = InterlockedDecrement(&m_RefCnt); in Release() 112 if (0 == m_RefCnt) in Release()
|
/trunk/main/shell/source/win32/shlxthandler/ |
H A D | classfactory.cxx | 50 m_RefCnt(1), in CClassFactory() 90 return InterlockedIncrement(&m_RefCnt); in AddRef() 99 long refcnt = InterlockedDecrement(&m_RefCnt); in Release()
|
H A D | classfactory.hxx | 67 long m_RefCnt; member in CClassFactory
|
/trunk/main/shell/inc/internal/ |
H A D | propertyhdl.hxx | 83 long m_RefCnt; member in CPropertyHdl 114 long m_RefCnt; member in CClassFactory
|
H A D | columninfo.hxx | 70 long m_RefCnt; member in CColumnInfo
|
H A D | infotips.hxx | 91 long m_RefCnt; member in CInfoTip
|
H A D | propsheets.hxx | 86 long m_RefCnt; member in CPropertySheet
|
Completed in 26 milliseconds