Searched defs:g_cDllRefs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredentialProvider.cpp44 static LONG g_cDllRefs = 0; /**< Global DLL reference count. */ variable
390 __DATE__, __TIME__, g_cDllRefs);
399 VBoxCredProvVerbose(0, "VBoxCredProv: Unloaded (refs=%ld)\n", g_cDllRefs);
400 if (!g_cDllRefs)
422 LONG cRefCount = InterlockedIncrement(&g_cDllRefs);
433 LONG cRefCount = InterlockedDecrement(&g_cDllRefs);
446 return g_cDllRefs;
459 g_cDllRefs);
462 if (!g_cDllRefs)
470 return (g_cDllRefs >
[all...]

Completed in 42 milliseconds