Home
last modified time | relevance | path

Searched refs:hUserEnvLib (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sal/osl/w32/
H A Dsecurity.c579 HMODULE hUserEnvLib = NULL; in osl_loadUserProfile() local
599 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() local
664 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 6 milliseconds