Home
last modified time | relevance | path

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

/openbmc/qemu/qga/vss-win32/
H A Dprovider.cpp531 BOOL WINAPI DllMain(HINSTANCE hinstDll, DWORD dwReason, LPVOID lpReserved);
534 BOOL WINAPI DllMain(HINSTANCE hinstDll, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
538 g_hinstDll = hinstDll; in DllMain()
539 DisableThreadLibraryCalls(hinstDll); in DllMain()