Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msi/
H A Dmsi.c11771 HKEY hkey_product, hkey_patch, hkey_patches, hkey_udprops, hkey_udproduct; in test_MsiGetPatchInfo() local
11819 res = RegCreateKeyExA(hkey_product, "Patches", 0, NULL, 0, access, NULL, &hkey_patches, NULL); in test_MsiGetPatchInfo()
11830 … res = RegCreateKeyExA(hkey_patches, patch_squashed, 0, NULL, 0, access, NULL, &hkey_patch, NULL); in test_MsiGetPatchInfo()
11950 RegDeleteKeyExA(hkey_patches, "", access & KEY_WOW64_64KEY, 0); in test_MsiGetPatchInfo()
11951 RegCloseKey(hkey_patches); in test_MsiGetPatchInfo()