Home
last modified time | relevance | path

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

/reactos/dll/win32/advapi32/misc/
H A Dhwprofiles.c88 HKEY hProfileKey; in GetCurrentHwProfileW() local
132 &hProfileKey)) in GetCurrentHwProfileW()
140 if (RegQueryValueExW(hProfileKey, in GetCurrentHwProfileW()
152 if (RegQueryValueExW(hProfileKey, in GetCurrentHwProfileW()
172 RegSetValueExW(hProfileKey, in GetCurrentHwProfileW()
181 if (RegQueryValueExW(hProfileKey, in GetCurrentHwProfileW()
191 RegSetValueExW(hProfileKey, in GetCurrentHwProfileW()
199 RegCloseKey(hProfileKey); in GetCurrentHwProfileW()
/reactos/dll/win32/userenv/
H A Dprofile.c237 RegQueryValueExW(hProfileKey, in IncrementRefCount()
263 if (hProfileKey != NULL) in IncrementRefCount()
264 RegCloseKey(hProfileKey); in IncrementRefCount()
341 if (hProfileKey != NULL) in DecrementRefCount()
342 RegCloseKey(hProfileKey); in DecrementRefCount()
551 if (hProfileKey != NULL) in SetProfileData()
575 HKEY hProfileKey = NULL; in CopySystemProfile() local
691 if (hProfileKey != NULL) in CopySystemProfile()
1258 if (hProfileKey != NULL) in DeleteProfileW()
1734 if (hProfileKey != NULL) in GetProfileType()
[all …]
/reactos/dll/cpl/sysdm/
H A Duserprofile.c437 _In_ HKEY hProfileKey) in AddUserProfile() argument
456 dwError = RegQueryValueExW(hProfileKey, in AddUserProfile()
502 if (RegQueryValueExW(hProfileKey, in AddUserProfile()
514 if (RegQueryValueExW(hProfileKey, in AddUserProfile()
652 HKEY hProfileKey; in AddUserProfiles() local
705 &hProfileKey) == ERROR_SUCCESS) in AddUserProfiles()
711 hProfileKey); in AddUserProfiles()
715 RegCloseKey(hProfileKey); in AddUserProfiles()
727 &hProfileKey) == ERROR_SUCCESS) in AddUserProfiles()
731 hProfileKey); in AddUserProfiles()
[all …]
H A Dhardprof.c562 HKEY hProfileKey; in GetProfile() local
570 &hProfileKey); in GetProfile()
575 lError = RegQueryValueExW(hProfileKey, in GetProfile()
587 lError = RegQueryValueExW(hProfileKey, in GetProfile()
602 RegCloseKey(hProfileKey); in GetProfile()