Re: [PATCH] msi: Add MsiGetPatchFileListA/W stubs.
8 May
2017
8 May
'17
2:51 a.m.
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.
3142
Age (days ago)
3142
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker