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

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp910 PFNUNLOADUSERPROFILE pfnUnloadUserProfile; local
911 rc = RTLdrGetSymbol(hUserenv, "UnloadUserProfile", (void**)&pfnUnloadUserProfile);
960 fRc = pfnUnloadUserProfile(*phToken, profileInfo.hProfile);

Completed in 46 milliseconds