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

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp914 PROFILEINFOW profileInfo; local
917 RT_ZERO(profileInfo);
918 profileInfo.dwSize = sizeof(profileInfo);
919 profileInfo.lpUserName = pwszUser;
920 profileInfo.dwFlags = PI_NOUI; /* Prevents the display of profile error messages. */
922 if (!pfnLoadUserProfileW(*phToken, &profileInfo))
960 fRc = pfnUnloadUserProfile(*phToken, profileInfo.hProfile);

Completed in 47 milliseconds