On Mon, 2017-05-08 at 00:47 +0300, Andrey Gusev wrote:
+UINT WINAPI MsiGetPatchFileListA(LPCSTR szProductCode, LPCSTR szPatchList,
LPDWORD pcFiles, MSIHANDLE **pphFileRecords)
+{
- FIXME("(%s, %s, %p, %p) stub!\n", debugstr_a(szProductCode),
debugstr_a(szPatchList), pcFiles, pphFileRecords);
- return ERROR_SUCCESS;
You should set the output parameters to sensible values, or return an error.