Searched refs:g_DllRefCnt (Results 1 – 8 of 8) sorted by relevance
44 long g_DllRefCnt = 0; variable77 InterlockedIncrement( &g_DllRefCnt ); in CPropertyHdl()91 InterlockedDecrement( &g_DllRefCnt ); in ~CPropertyHdl()333 InterlockedIncrement( &g_DllRefCnt ); in CClassFactory()339 InterlockedDecrement( &g_DllRefCnt ); in ~CClassFactory()447 if (CClassFactory::IsLocked() || g_DllRefCnt > 0) in DllCanUnloadNow()
67 OutputDebugStringFormat("CPropertySheet::CTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in CPropertySheet()68 InterlockedIncrement(&g_DllRefCnt); in CPropertySheet()77 OutputDebugStringFormat("CPropertySheet::DTor [%d], [%d]", m_RefCnt, g_DllRefCnt ); in ~CPropertySheet()78 InterlockedDecrement(&g_DllRefCnt); in ~CPropertySheet()
53 InterlockedIncrement(&g_DllRefCnt); in CClassFactory()62 InterlockedDecrement(&g_DllRefCnt); in ~CClassFactory()
41 long g_DllRefCnt = 0; variable413 if (CClassFactory::IsLocked() || g_DllRefCnt > 0) in DllCanUnloadNow()
61 InterlockedIncrement(&g_DllRefCnt); in CColumnInfo()70 InterlockedDecrement(&g_DllRefCnt); in ~CColumnInfo()
55 InterlockedIncrement(&g_DllRefCnt); in CInfoTip()64 InterlockedDecrement(&g_DllRefCnt); in ~CInfoTip()
295 InterlockedIncrement(&g_DllRefCnt); in CThumbviewer()314 InterlockedDecrement(&g_DllRefCnt); in ~CThumbviewer()
38 extern long g_DllRefCnt;
Completed in 30 milliseconds