Searched refs:dll_getRefCount (Results 1 – 2 of 2) sorted by relevance
410 int dll_getRefCount( HINSTANCE hInstance ) nothrow @nogc in dll_getRefCount() function
2580 import core.sys.windows.dll : dll_getRefCount;2610 int refcnt = dll_getRefCount(ll_dllModule); in ll_dllHasExternalReferences()2655 return dll_getRefCount(ll_dllModule); in ll_getDLLRefCount()