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

/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp208 RTLDRMOD hAdvApi32 = NIL_RTLDRMOD; local
209 int rc = RTLdrLoadSystem("Advapi32.dll", true /*fNoUnload*/, &hAdvApi32);
211 rc = RTLdrGetSymbol(hAdvApi32, "ConvertStringSecurityDescriptorToSecurityDescriptorW",
248 if (hAdvApi32 != NIL_RTLDRMOD)
249 RTLdrClose(hAdvApi32);

Completed in 54 milliseconds