Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dmsi.spec174 178 stdcall MsiGetPatchInfoA(str str ptr ptr)
H A Dmsi.c1795 UINT WINAPI MsiGetPatchInfoA( LPCSTR patch, LPCSTR attr, LPSTR buffer, LPDWORD buflen ) in MsiGetPatchInfoA() function
/reactos/modules/rostests/winetests/msi/
H A Dmsi.c11784 r = MsiGetPatchInfoA(NULL, NULL, NULL, NULL); in test_MsiGetPatchInfo()
11787 r = MsiGetPatchInfoA(patch_code, NULL, NULL, NULL); in test_MsiGetPatchInfo()
11790 r = MsiGetPatchInfoA(patch_code, INSTALLPROPERTY_LOCALPACKAGEA, NULL, NULL); in test_MsiGetPatchInfo()
11794 r = MsiGetPatchInfoA(patch_code, NULL, NULL, &size); in test_MsiGetPatchInfo()
11797 r = MsiGetPatchInfoA(patch_code, "", NULL, &size); in test_MsiGetPatchInfo()
11814 r = MsiGetPatchInfoA(patch_code, INSTALLPROPERTY_LOCALPACKAGEA, val, &size); in test_MsiGetPatchInfo()
11825 r = MsiGetPatchInfoA(patch_code, INSTALLPROPERTY_LOCALPACKAGEA, val, &size); in test_MsiGetPatchInfo()
11836 r = MsiGetPatchInfoA(patch_code, INSTALLPROPERTY_LOCALPACKAGEA, val, &size); in test_MsiGetPatchInfo()
11856 r = MsiGetPatchInfoA(patch_code, INSTALLPROPERTY_LOCALPACKAGEA, val, &size); in test_MsiGetPatchInfo()
11867 r = MsiGetPatchInfoA(patch_code, INSTALLPROPERTY_LOCALPACKAGEA, val, &size); in test_MsiGetPatchInfo()
[all …]
/reactos/sdk/include/psdk/
H A Dmsi.h787 MsiGetPatchInfoA(