Searched refs:g_cRefThisDll (Results 1 – 1 of 1) sorted by relevance
312 UINT g_cRefThisDll = 0; // Reference count of this DLL. variable340 if (g_cRefThisDll == 0) in inc_cRefThisDLL()343 InterlockedIncrement((LPLONG)&g_cRefThisDll); in inc_cRefThisDLL()350 if (InterlockedDecrement((LPLONG)&g_cRefThisDll) == 0) in dec_cRefThisDLL()353 InterlockedDecrement((LPLONG)&g_cRefThisDll); in dec_cRefThisDLL()363 return (g_cRefThisDll == 0 ? S_OK : S_FALSE); in DllCanUnloadNow()