Searched refs:udprod (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | msi.c | 9352 RegCloseKey(udprod); in test_MsiEnumPatchesEx_usermanaged() 9367 HKEY prodkey, patches, udprod, udpatch; in test_MsiEnumPatchesEx_userunmanaged() local 9719 RegCloseKey(udprod); in test_MsiEnumPatchesEx_userunmanaged() 9738 HKEY prodkey, patches, udprod, udpatch; in test_MsiEnumPatchesEx_machine() local 10087 RegCloseKey(udprod); in test_MsiEnumPatchesEx_machine() 10291 HKEY prodkey, patches, udprod; in test_MsiEnumPatches() local 10872 RegCloseKey(udprod); in test_MsiEnumPatches() 10883 HKEY prodkey, patches, udprod, props; in test_MsiGetPatchInfoEx() local 11396 RegCloseKey(udprod); in test_MsiGetPatchInfoEx() 11577 RegCloseKey(udprod); in test_MsiGetPatchInfoEx() [all …]
|
/reactos/dll/win32/msi/ |
H A D | msi.c | 1662 HKEY udprod = 0, prod = 0, props = 0; in MsiGetPatchInfoExW() local 1698 &udprod, FALSE) != ERROR_SUCCESS) in MsiGetPatchInfoExW() 1707 res = RegOpenKeyExW(udprod, L"Patches", 0, KEY_READ, &patches); in MsiGetPatchInfoExW() 1790 RegCloseKey(udprod); in MsiGetPatchInfoExW()
|