Searched refs:MsiOpenProductA (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | patch.c | 1019 r = MsiOpenProductA( "{913B8D18-FBB6-4CAC-A239-C74C11E3FA74}", &hproduct ); in test_system_tables() 1077 r = MsiOpenProductA( "{913B8D18-FBB6-4CAC-A239-C74C11E3FA74}", &hproduct ); in test_system_tables()
|
H A D | msi.c | 8590 r = MsiOpenProductA(NULL, &hprod); in test_MsiOpenProduct() 8597 r = MsiOpenProductA("", &hprod); in test_MsiOpenProduct() 8632 r = MsiOpenProductA(prodcode, NULL); in test_MsiOpenProduct() 8656 r = MsiOpenProductA(prodcode, &hprod); in test_MsiOpenProduct() 8678 r = MsiOpenProductA(prodcode, &hprod); in test_MsiOpenProduct() 8688 r = MsiOpenProductA(prodcode, &hprod); in test_MsiOpenProduct() 8701 r = MsiOpenProductA(prodcode, &hprod); in test_MsiOpenProduct() 8731 r = MsiOpenProductA(prodcode, &hprod); in test_MsiOpenProduct() 8747 r = MsiOpenProductA(prodcode, &hprod); in test_MsiOpenProduct() 8757 r = MsiOpenProductA(prodcode, &hprod); in test_MsiOpenProduct() [all …]
|
H A D | package.c | 3644 r = MsiOpenProductA("{7262AC98-EEBD-4364-8CE3-D654F6A425B9}", &hprod); in test_states() 3666 r = MsiOpenProductA("{7262AC98-EEBD-4364-8CE3-D654F6A425B9}", &hprod); in test_states() 3691 r = MsiOpenProductA("{7262AC98-EEBD-4364-8CE3-D654F6A425B9}", &hprod); in test_states() 3693 r = MsiOpenProductA("{333DB27A-C25E-4EBC-9BEC-0F49546C19A6}", &hprod); in test_states() 7901 r = MsiOpenProductA(prodcode, &hprod); in test_MsiGetProductProperty()
|
/reactos/dll/win32/msi/ |
H A D | msi.spec | 91 95 stdcall MsiOpenProductA(str ptr)
|
H A D | msi.c | 80 UINT WINAPI MsiOpenProductA(LPCSTR szProduct, MSIHANDLE *phProduct) in MsiOpenProductA() function 3699 rc = MsiOpenProductA(szProduct,&handle); in MsiCollectUserInfoA()
|
/reactos/sdk/include/psdk/ |
H A D | msi.h | 619 UINT WINAPI MsiOpenProductA(_In_ LPCSTR, _Out_ MSIHANDLE*);
|