Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dfont.c222 HKEY hkey1, hkey2; in ITERATE_RegisterFonts() local
246 …reateKeyW( HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts" ,&hkey1 ); in ITERATE_RegisterFonts()
256 msi_reg_set_val_str( hkey1, name, file->TargetPath); in ITERATE_RegisterFonts()
261 RegCloseKey(hkey1); in ITERATE_RegisterFonts()
303 HKEY hkey1, hkey2; in ITERATE_UnregisterFonts() local
327 …reateKeyW( HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts", &hkey1 ); in ITERATE_UnregisterFonts()
337 RegDeleteValueW( hkey1, name ); in ITERATE_UnregisterFonts()
342 RegCloseKey( hkey1 ); in ITERATE_UnregisterFonts()
/reactos/modules/rostests/winetests/advapi32/
H A Dregistry.c1286 HKEY hkey1, hkey2; in test_reg_create_key() local
1308 RegCloseKey(hkey1); in test_reg_create_key()
1327 RegCloseKey(hkey1); in test_reg_create_key()
1343 RegCloseKey(hkey1); in test_reg_create_key()
1350 RegCloseKey(hkey1); in test_reg_create_key()
1353 hkey1 = NULL; in test_reg_create_key()
1357 RegCloseKey(hkey1); in test_reg_create_key()
1359 hkey1 = NULL; in test_reg_create_key()
1363 RegCloseKey(hkey1); in test_reg_create_key()
1434 hkey1 = NULL; in test_reg_create_key()
[all …]
/reactos/modules/rostests/winetests/msi/
H A Dpackage.c5434 HKEY hkey1, hkey2, pathkey = NULL; in test_installprops() local
5485 RegOpenKeyA(HKEY_CURRENT_USER, "SOFTWARE\\Microsoft\\MS Setup (ACME)\\User Info", &hkey1); in test_installprops()
5498 if (RegQueryValueExA(hkey1, "DefName", NULL, &type, (LPBYTE)path, &size) != ERROR_SUCCESS) in test_installprops()
5514 if (RegQueryValueExA(hkey1, "DefCompany", NULL, &type, (LPBYTE)path, &size) != ERROR_SUCCESS) in test_installprops()
5664 CloseHandle(hkey1); in test_installprops()