Searched refs:pfnSetDefDllDirs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dinit-win.cpp260 PFNSETDEFAULTDLLDIRECTORIES pfnSetDefDllDirs; local
261 pfnSetDefDllDirs = (PFNSETDEFAULTDLLDIRECTORIES)GetProcAddress(g_hModKernel32, "SetDefaultDllDirectories");
262 if (pfnSetDefDllDirs)
264 if (pfnSetDefDllDirs(LOAD_LIBRARY_SEARCH_APPLICATION_DIR | LOAD_LIBRARY_SEARCH_SYSTEM32))

Completed in 42 milliseconds