Searched refs:hUserEnvLib (Results 1 – 1 of 1) sorted by relevance
579 HMODULE hUserEnvLib = NULL; in osl_loadUserProfile() local599 hUserEnvLib = LoadLibraryA("userenv.dll"); in osl_loadUserProfile()601 if (hUserEnvLib) in osl_loadUserProfile()603 fLoadUserProfile = (LPFNLOADUSERPROFILE)GetProcAddress(hUserEnvLib, "LoadUserProfileW"); in osl_loadUserProfile()630 FreeLibrary(hUserEnvLib); in osl_loadUserProfile()645 HMODULE hUserEnvLib = NULL; in osl_unloadUserProfile() local664 hUserEnvLib = LoadLibrary("userenv.dll"); in osl_unloadUserProfile()666 if (hUserEnvLib) in osl_unloadUserProfile()668 fLoadUserProfile = (LPFNLOADUSERPROFILE)GetProcAddress(hUserEnvLib, "LoadUserProfileA"); in osl_unloadUserProfile()677 if (hUserEnvLib) in osl_unloadUserProfile()[all …]
Completed in 16 milliseconds