Searched defs:hShell32 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp172 RTLDRMOD hShell32; local
173 int rc = RTLdrLoadSystem("Shell32.dll", true /*fNoUnload*/, &hShell32);
177 rc = RTLdrGetSymbol(hShell32, "SHGetFolderPathW", (void**)&pfnSHGetFolderPathW);
183 RTLdrClose(hShell32);
224 RTLDRMOD hShell32; local
225 int rc = RTLdrLoadSystem("Shell32.dll", true /*fNoUnload*/, &hShell32);
229 rc = RTLdrGetSymbol(hShell32, "SHGetFolderPathW", (void**)&pfnSHGetFolderPathW);
240 RTLdrClose(hShell32);
244 RTLdrClose(hShell32);

Completed in 46 milliseconds