Searched refs:hprod (Results 1 – 2 of 2) sorted by relevance
8589 hprod = 0xdeadbeef; in test_MsiOpenProduct()8596 hprod = 0xdeadbeef; in test_MsiOpenProduct()8603 hprod = 0xdeadbeef; in test_MsiOpenProduct()8610 hprod = 0xdeadbeef; in test_MsiOpenProduct()8617 hprod = 0xdeadbeef; in test_MsiOpenProduct()8624 hprod = 0xdeadbeef; in test_MsiOpenProduct()8631 hprod = 0xdeadbeef; in test_MsiOpenProduct()8655 hprod = 0xdeadbeef; in test_MsiOpenProduct()8677 hprod = 0xdeadbeef; in test_MsiOpenProduct()8687 hprod = 0xdeadbeef; in test_MsiOpenProduct()[all …]
2924 MSIHANDLE hpkg, hprod; in test_states() local3650 MsiCloseHandle(hprod); in test_states()3672 MsiCloseHandle(hprod); in test_states()3699 MsiCloseHandle(hprod); in test_states()7812 MSIHANDLE hprod, hdb; in test_MsiGetProductProperty() local7900 hprod = 0xdeadbeef; in test_MsiGetProductProperty()7901 r = MsiOpenProductA(prodcode, &hprod); in test_MsiGetProductProperty()7908 ok(hprod != 0 && hprod != 0xdeadbeef, "Expected a valid product handle\n"); in test_MsiGetProductProperty()7951 r = MsiGetProductPropertyA(hprod, "", val, &size); in test_MsiGetProductProperty()8086 r = MsiSetPropertyA(hprod, "NewProperty", "value"); in test_MsiGetProductProperty()[all …]