Home
last modified time | relevance | path

Searched refs:MsiGetProductInfoExA (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/msi/
H A Dmsi.c5580 r = MsiGetProductInfoExA(NULL, usersid, MSIINSTALLCONTEXT_USERUNMANAGED, in test_MsiGetProductInfoEx()
5589 r = MsiGetProductInfoExA("", usersid, MSIINSTALLCONTEXT_USERUNMANAGED, in test_MsiGetProductInfoEx()
5598 r = MsiGetProductInfoExA("garbage", usersid, MSIINSTALLCONTEXT_USERUNMANAGED, in test_MsiGetProductInfoEx()
5607 r = MsiGetProductInfoExA("6700E8CF-95AB-4D9C-BC2C-15840DEA7A5D", usersid, in test_MsiGetProductInfoEx()
5617 r = MsiGetProductInfoExA("{6700E8CF-95AB-4D9C-BC2C-15840DEA7A5D}", usersid, in test_MsiGetProductInfoEx()
5626 r = MsiGetProductInfoExA(prodcode, usersid, MSIINSTALLCONTEXT_USERUNMANAGED, in test_MsiGetProductInfoEx()
5634 r = MsiGetProductInfoExA(prodcode, usersid, 42, INSTALLPROPERTY_PRODUCTSTATEA, buf, &sz); in test_MsiGetProductInfoEx()
5642 r = MsiGetProductInfoExA(prodcode, usersid, MSIINSTALLCONTEXT_USERUNMANAGED, NULL, buf, &sz); in test_MsiGetProductInfoEx()
5650 r = MsiGetProductInfoExA(prodcode, usersid, MSIINSTALLCONTEXT_USERUNMANAGED, "", buf, &sz); in test_MsiGetProductInfoEx()
5658 …r = MsiGetProductInfoExA(prodcode, usersid, MSIINSTALLCONTEXT_USERUNMANAGED, "notvalid", buf, &sz); in test_MsiGetProductInfoEx()
[all …]
/reactos/dll/win32/msi/
H A Dmsi.spec243 247 stdcall MsiGetProductInfoExA(str str long str ptr ptr)
H A Dmsi.c1300 UINT WINAPI MsiGetProductInfoExA(LPCSTR szProductCode, LPCSTR szUserSid, in MsiGetProductInfoExA() function
/reactos/sdk/include/psdk/
H A Dmsi.h741 MsiGetProductInfoExA(