Home
last modified time | relevance | path

Searched refs:g_hinstDll (Results 1 – 2 of 2) sorted by relevance

/qemu/qga/vss-win32/
H A Dinstall.cpp31 extern HINSTANCE g_hinstDll;
280 if (!g_hinstDll) { in COMRegister()
317 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister()
437 if (!g_hinstDll) { in DllRegisterServer()
449 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer()
H A Dprovider.cpp26 HINSTANCE g_hinstDll; variable
535 g_hinstDll = hinstDll; in DllMain()