Searched refs:udpatch (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | msi.c | 9350 RegCloseKey(udpatch); in test_MsiEnumPatchesEx_usermanaged() 9367 HKEY prodkey, patches, udprod, udpatch; in test_MsiEnumPatchesEx_userunmanaged() local 9717 RegCloseKey(udpatch); in test_MsiEnumPatchesEx_userunmanaged() 9738 HKEY prodkey, patches, udprod, udpatch; in test_MsiEnumPatchesEx_machine() local 10085 RegCloseKey(udpatch); in test_MsiEnumPatchesEx_machine() 10292 HKEY userkey, hpatch, udpatch; in test_MsiEnumPatches() local 10870 RegCloseKey(udpatch); in test_MsiEnumPatches() 10884 HKEY hpatch, udpatch, prodpatches; in test_MsiGetPatchInfoEx() local 11388 RegCloseKey(udpatch); in test_MsiGetPatchInfoEx() 11569 RegCloseKey(udpatch); in test_MsiGetPatchInfoEx() [all …]
|
/reactos/dll/win32/msi/ |
H A D | registry.c | 1695 HKEY udpatch = 0; in get_patch_state() local 1710 res = RegOpenKeyExW(hkey, patch, 0, KEY_READ, &udpatch); in get_patch_state() 1715 res = RegGetValueW(udpatch, NULL, L"State", RRF_RT_DWORD, &type, &val, &size); in get_patch_state() 1727 RegCloseKey(udpatch); in get_patch_state()
|
H A D | msi.c | 1664 HKEY udpatch = 0, datakey = 0; in MsiGetPatchInfoExW() local 1731 &udpatch, FALSE) != ERROR_SUCCESS) in MsiGetPatchInfoExW() 1738 datakey = udpatch; in MsiGetPatchInfoExW() 1788 RegCloseKey(udpatch); in MsiGetPatchInfoExW()
|