msi: Fix the value parameter of IWineMsiRemotePackage::FormatRecord to have the right...
authorRob Shearman <rob@codeweavers.com>
Wed, 16 Apr 2008 16:22:52 +0000 (17:22 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 17 Apr 2008 09:39:37 +0000 (11:39 +0200)
commit4a75b8bf092fe4f7b2bf8afe6693ad566cb1b22b
tree074098bff9603a83ff80ea2d7e134fb84590ed56
parent1eece6eee65e18ffda46113b310d9c37997f03dc
msi: Fix the value parameter of IWineMsiRemotePackage::FormatRecord to have the right level of indirection for an [out] parameter.

Remove the redundant size parameter and simplify the client code such
that the remote function is only called once, with the value being
automatically allocated. Add corresponding code on the server side to
automatically allocate said value.
dlls/msi/format.c
dlls/msi/msiserver.idl
dlls/msi/package.c