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

/vbox/src/VBox/Runtime/r3/win/
H A Dinit-win.cpp247 PFNSETDLLDIRECTORY pfnSetDllDir = (PFNSETDLLDIRECTORY)GetProcAddress(g_hModKernel32, "SetDllDirectoryW"); local
248 if (pfnSetDllDir)
250 if (pfnSetDllDir(L""))

Completed in 42 milliseconds