[PATCH 3/3] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs.

Dmitry Timoshkov dmitry at baikal.ru
Sun Apr 15 22:01:28 CDT 2018


Zebediah Figura <z.figura12 at gmail.com> wrote:

> > Did you consider using [in,string] const WCHAR *param and [out,string] WCHAR **ret
> > instead of passing BSTRs with [out,size_is(*size)] around? That way you'd avoid
> > casting away 'const' and manually managing sizing.
> > 
> 
> Yes, that's in future patches. I wanted to keep each patch to as
> manageable a size as possible.

I see, thanks. Personally I'd prefer explicit 'const WCHAR *' and 'WCHAR *'
instead of LPCWSTR and LPWSTR like you do in the patch series though.

-- 
Dmitry.



More information about the wine-devel mailing list