Lines Matching refs:udprod
8893 HKEY prodkey, patches, udprod, udpatch, hpatch; in test_MsiEnumPatchesEx_usermanaged() local
9196 res = RegCreateKeyExA(HKEY_LOCAL_MACHINE, keypath, 0, NULL, 0, access, NULL, &udprod, NULL); in test_MsiEnumPatchesEx_usermanaged()
9219 res = RegCreateKeyExA(udprod, "Patches", 0, NULL, 0, access, NULL, &udpatch, NULL); in test_MsiEnumPatchesEx_usermanaged()
9351 RegDeleteKeyExA(udprod, "", access & KEY_WOW64_64KEY, 0); in test_MsiEnumPatchesEx_usermanaged()
9352 RegCloseKey(udprod); in test_MsiEnumPatchesEx_usermanaged()
9367 HKEY prodkey, patches, udprod, udpatch; in test_MsiEnumPatchesEx_userunmanaged() local
9563 res = RegCreateKeyExA(HKEY_LOCAL_MACHINE, keypath, 0, NULL, 0, access, NULL, &udprod, NULL); in test_MsiEnumPatchesEx_userunmanaged()
9586 res = RegCreateKeyExA(udprod, "Patches", 0, NULL, 0, access, NULL, &udpatch, NULL); in test_MsiEnumPatchesEx_userunmanaged()
9718 RegDeleteKeyExA(udprod, "", access & KEY_WOW64_64KEY, 0); in test_MsiEnumPatchesEx_userunmanaged()
9719 RegCloseKey(udprod); in test_MsiEnumPatchesEx_userunmanaged()
9738 HKEY prodkey, patches, udprod, udpatch; in test_MsiEnumPatchesEx_machine() local
9895 res = RegCreateKeyExA(HKEY_LOCAL_MACHINE, keypath, 0, NULL, 0, access, NULL, &udprod, NULL); in test_MsiEnumPatchesEx_machine()
9918 res = RegCreateKeyExA(udprod, "Patches", 0, NULL, 0, access, NULL, &udpatch, NULL); in test_MsiEnumPatchesEx_machine()
10086 RegDeleteKeyExA(udprod, "", access & KEY_WOW64_64KEY, 0); in test_MsiEnumPatchesEx_machine()
10087 RegCloseKey(udprod); in test_MsiEnumPatchesEx_machine()
10291 HKEY prodkey, patches, udprod; in test_MsiEnumPatches() local
10782 res = RegCreateKeyExA(HKEY_LOCAL_MACHINE, keypath, 0, NULL, 0, access, NULL, &udprod, NULL); in test_MsiEnumPatches()
10795 res = RegCreateKeyExA(udprod, "Patches", 0, NULL, 0, access, NULL, &udpatch, NULL); in test_MsiEnumPatches()
10871 RegDeleteKeyExA(udprod, "", access & KEY_WOW64_64KEY, 0); in test_MsiEnumPatches()
10872 RegCloseKey(udprod); in test_MsiEnumPatches()
10883 HKEY prodkey, patches, udprod, props; in test_MsiGetPatchInfoEx() local
11083 res = RegCreateKeyExA(HKEY_LOCAL_MACHINE, keypath, 0, NULL, 0, access, NULL, &udprod, NULL); in test_MsiGetPatchInfoEx()
11101 res = RegCreateKeyExA(udprod, "InstallProperties", 0, NULL, 0, access, NULL, &props, NULL); in test_MsiGetPatchInfoEx()
11113 res = RegCreateKeyExA(udprod, "Patches", 0, NULL, 0, access, NULL, &patches, NULL); in test_MsiGetPatchInfoEx()
11395 RegDeleteKeyExA(udprod, "", access & KEY_WOW64_64KEY, 0); in test_MsiGetPatchInfoEx()
11396 RegCloseKey(udprod); in test_MsiGetPatchInfoEx()
11413 res = RegCreateKeyExA(HKEY_LOCAL_MACHINE, keypath, 0, NULL, 0, access, NULL, &udprod, NULL); in test_MsiGetPatchInfoEx()
11425 res = RegCreateKeyExA(udprod, "InstallProperties", 0, NULL, 0, access, NULL, &props, NULL); in test_MsiGetPatchInfoEx()
11437 res = RegCreateKeyExA(udprod, "Patches", 0, NULL, 0, access, NULL, &patches, NULL); in test_MsiGetPatchInfoEx()
11576 RegDeleteKeyExA(udprod, "", access & KEY_WOW64_64KEY, 0); in test_MsiGetPatchInfoEx()
11577 RegCloseKey(udprod); in test_MsiGetPatchInfoEx()
11593 res = RegCreateKeyExA(HKEY_LOCAL_MACHINE, keypath, 0, NULL, 0, access, NULL, &udprod, NULL); in test_MsiGetPatchInfoEx()
11605 res = RegCreateKeyExA(udprod, "InstallProperties", 0, NULL, 0, access, NULL, &props, NULL); in test_MsiGetPatchInfoEx()
11617 res = RegCreateKeyExA(udprod, "Patches", 0, NULL, 0, access, NULL, &patches, NULL); in test_MsiGetPatchInfoEx()
11760 RegDeleteKeyExA(udprod, "", access & KEY_WOW64_64KEY, 0); in test_MsiGetPatchInfoEx()
11761 RegCloseKey(udprod); in test_MsiGetPatchInfoEx()