Home
last modified time | relevance | path

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

/reactos/dll/win32/mpr/
H A Dmpr_ros.diff169 + if (RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
239 + if (RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
279 + if (coma && RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS)
H A Dwnet.c438 if (RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS) in wnetInit()
1024 if (RegOpenCurrentUser(KEY_READ, &user_profile) == ERROR_SUCCESS) in WNetOpenEnumW()
2224 if (RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS) in wnet_use_connection()
2448 RegOpenCurrentUser(KEY_ALL_ACCESS, &user_profile) == ERROR_SUCCESS) in WNetCancelConnection2W()
/reactos/base/system/winlogon/
H A Denvironment.c144 lError = RegOpenCurrentUser(KEY_CREATE_SUB_KEY, in CreateUserEnvironment()
H A Dscreensaver.c278 rc = RegOpenCurrentUser(KEY_READ, in StartScreenSaver()
H A Dsas.c143 rc = RegOpenCurrentUser(MAXIMUM_ALLOWED, &UserKey); in SetDefaultLanguage()
/reactos/dll/win32/msgina/
H A Dshutdown.c451 lRet = RegOpenCurrentUser(MAXIMUM_ALLOWED, &hKeyCurrentUser); in LoadShutdownSelState()
731 lRet = RegOpenCurrentUser(MAXIMUM_ALLOWED, &hKeyCurrentUser); in SaveShutdownSelState()
H A Dmsgina.c399 rc = RegOpenCurrentUser(MAXIMUM_ALLOWED, &hKeyCurrentUser); in WlxScreenSaverNotify()
/reactos/dll/win32/winmm/midimap/
H A Dmidimap.c209 err = RegOpenCurrentUser(KEY_READ, &hUserKey); in MIDIMAP_LoadSettings()
/reactos/dll/win32/winmm/
H A Dplaysound.c150 err = RegOpenCurrentUser(KEY_READ, &hUserKey); in get_mmioFromProfile()
/reactos/sdk/include/psdk/
H A Dwinreg.h274 LSTATUS WINAPI RegOpenCurrentUser(_In_ REGSAM, _Out_ PHKEY);
/reactos/dll/cpl/main/
H A Dmouse.c635 if (RegOpenCurrentUser(KEY_READ | KEY_SET_VALUE, &hCuKey) != ERROR_SUCCESS) in DeleteUserCursorScheme()
790 if (RegOpenCurrentUser(KEY_READ | KEY_SET_VALUE, &hCuKey) != ERROR_SUCCESS) in SaveCursorScheme()
/reactos/dll/win32/advapi32/
H A Dadvapi32.spec515 @ stdcall RegOpenCurrentUser(long ptr)
/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c1633 ret = RegOpenCurrentUser(KEY_READ, &key); in test_invalid_stdin()
/reactos/dll/win32/advapi32/reg/
H A Dreg.c3209 RegOpenCurrentUser(IN REGSAM samDesired, in RegOpenCurrentUser() function
/reactos/modules/rostests/winetests/advapi32/
H A Dregistry.c3496 ret = RegOpenCurrentUser(KEY_READ, &key); in test_RegOpenCurrentUser()