Searched defs:szProductCode (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | msi.c | 425 LPCSTR szProductCode, LPCSTR szPropertiesList) in MsiApplyMultiplePatchesA() 458 LPCWSTR szProductCode, LPCWSTR szPropertiesList) in MsiApplyMultiplePatchesW() 1300 UINT WINAPI MsiGetProductInfoExA(LPCSTR szProductCode, LPCSTR szUserSid, in MsiGetProductInfoExA() 1391 UINT WINAPI MsiGetProductInfoExW(LPCWSTR szProductCode, LPCWSTR szUserSid, in MsiGetProductInfoExW() 1574 UINT WINAPI MsiGetPatchFileListA(LPCSTR szProductCode, LPCSTR szPatchList, in MsiGetPatchFileListA() 1582 UINT WINAPI MsiGetPatchFileListW(LPCWSTR szProductCode, LPCWSTR szPatchList, in MsiGetPatchFileListW() 1590 UINT WINAPI MsiGetPatchInfoExA(LPCSTR szPatchCode, LPCSTR szProductCode, in MsiGetPatchInfoExA() 1657 UINT WINAPI MsiGetPatchInfoExW(LPCWSTR szPatchCode, LPCWSTR szProductCode, in MsiGetPatchInfoExW() 2055 UINT WINAPI MsiQueryComponentStateA(LPCSTR szProductCode, in MsiQueryComponentStateA() 2140 UINT WINAPI MsiQueryComponentStateW(LPCWSTR szProductCode, in MsiQueryComponentStateW() [all …]
|
H A D | registry.c | 841 UINT MSIREG_DeleteLocalClassesProductKey(LPCWSTR szProductCode) in MSIREG_DeleteLocalClassesProductKey() 858 UINT MSIREG_DeleteLocalClassesFeaturesKey(LPCWSTR szProductCode) in MSIREG_DeleteLocalClassesFeaturesKey() 1618 UINT WINAPI MsiEnumPatchesExA( const char *szProductCode, const char *szUserSid, DWORD dwContext, D… in MsiEnumPatchesExA() 1900 static UINT enum_patches(const WCHAR *szProductCode, const WCHAR *szUserSid, DWORD dwContext, DWORD… in enum_patches() 1949 UINT WINAPI MsiEnumPatchesExW( const WCHAR *szProductCode, const WCHAR *szUserSid, DWORD dwContext,… in MsiEnumPatchesExW()
|