Searched refs:hkcu (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/advapi32/ |
H A D | registry.c | 3102 HKEY hkcu=0, hklm=0, hkcr=0, hkcusub[2]={0}, hklmsub[2]={0}; in test_classesroot_enum() local 3110 delete_key( hkcu ); in test_classesroot_enum() 3111 RegCloseKey( hkcu ); in test_classesroot_enum() 3129 delete_key( hkcu ); in test_classesroot_enum() 3130 RegCloseKey( hkcu ); in test_classesroot_enum() 3138 res = RegCreateKeyA( hkcu, "A", &hkcusub[0] ); in test_classesroot_enum() 3140 res = RegCreateKeyA( hkcu, "B", &hkcusub[1] ); in test_classesroot_enum() 3179 delete_key( hkcu ); in test_classesroot_enum() 3180 RegCloseKey( hkcu ); in test_classesroot_enum() 3227 delete_key( hkcu ); in test_classesroot_enum() [all …]
|
/reactos/dll/win32/advpack/ |
H A D | advpack.c | 77 static const WCHAR hkcu[] = {'H','K','C','U',0}; in get_dest_dir() local 90 else if (!lstrcmpW(prefix, hkcu)) in get_dest_dir()
|
/reactos/modules/rostests/winetests/msi/ |
H A D | package.c | 4232 HKEY hklm, classes, hkcu, users; in test_appsearch_reglocator() local 4256 res = RegCreateKeyA(HKEY_CURRENT_USER, "Software\\Wine", &hkcu); in test_appsearch_reglocator() 4259 res = RegSetValueExA(hkcu, "Value1", 0, REG_SZ, in test_appsearch_reglocator() 4779 RegDeleteValueA(hkcu, "Value1"); in test_appsearch_reglocator() 4780 RegDeleteKeyA(hkcu, ""); in test_appsearch_reglocator() 4781 RegCloseKey(hkcu); in test_appsearch_reglocator()
|