Searched refs:MsiGetProductPropertyA (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | package.c | 7932 r = MsiGetProductPropertyA(hprod, NULL, val, &size); in test_MsiGetProductProperty() 7951 r = MsiGetProductPropertyA(hprod, "", val, &size); in test_MsiGetProductProperty() 7966 r = MsiGetProductPropertyA(hprod, "ProductCode", val, &size); in test_MsiGetProductProperty() 7984 r = MsiGetProductPropertyA(hprod, "ProductCode", NULL, &size); in test_MsiGetProductProperty() 7997 r = MsiGetProductPropertyA(hprod, "ProductCode", val, NULL); in test_MsiGetProductProperty() 8017 r = MsiGetProductPropertyA(hprod, "ProductCode", val, &size); in test_MsiGetProductProperty() 8036 r = MsiGetProductPropertyA(hprod, "ProductCode", val, &size); in test_MsiGetProductProperty() 8055 r = MsiGetProductPropertyA(hprod, "ProductCode", val, &size); in test_MsiGetProductProperty() 8074 r = MsiGetProductPropertyA(hprod, "IDontExist", val, &size); in test_MsiGetProductProperty() 8092 r = MsiGetProductPropertyA(hprod, "NewProperty", val, &size); in test_MsiGetProductProperty() [all …]
|
/reactos/dll/win32/msi/ |
H A D | msi.spec | 67 71 stdcall MsiGetProductPropertyA(long str ptr ptr)
|
H A D | msi.c | 2590 UINT WINAPI MsiGetProductPropertyA( MSIHANDLE hProduct, const char *szProperty, char *szValue, DWOR… in MsiGetProductPropertyA() function
|
/reactos/sdk/include/psdk/ |
H A D | msi.h | 625 MsiGetProductPropertyA(
|