Searched refs:MsiEnumPatchesExW (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | msi.spec | 266 270 stdcall MsiEnumPatchesExW(wstr wstr long long long ptr ptr ptr ptr ptr)
|
H A D | registry.c | 1638 r = MsiEnumPatchesExW(prodcode, usersid, dwContext, dwFilter, dwIndex, in MsiEnumPatchesExA() 1664 r = MsiEnumPatchesExW(prodcode, usersid, dwContext, dwFilter, dwIndex, in MsiEnumPatchesExA() 1949 UINT WINAPI MsiEnumPatchesExW( const WCHAR *szProductCode, const WCHAR *szUserSid, DWORD dwContext,… in MsiEnumPatchesExW() function
|
H A D | package.c | 1542 r = MsiEnumPatchesExW( package->ProductCode, NULL, package->Context, in MSI_OpenPackageW()
|
/reactos/sdk/include/psdk/ |
H A D | msi.h | 1395 MsiEnumPatchesExW(
|