[PATCH 4/5] d2d1: Add the ID2D1Bitmap interface.

Henri Verbeet hverbeet at gmail.com
Wed May 14 04:09:00 CDT 2014


On 14 May 2014 10:19, Nikolay Sivov <bunglehead at gmail.com> wrote:
> Yes, I tested that some time ago, and double-checked just now. Method like
> this:
>
> ---
>   HRESULT method([in, optional] float arg, [in] float arg2);
> ---
>
> produces midl error 2090:
>
> .\test_tlb.idl(44) : error MIDL2090 : optional parameters must come after
> required parameters : [ Procedure 'method' ( Interface 'Iiface' ) ]
>
A pointer type would perhaps have been more interesting than float,
but I guess I'll remove the "optional" attributes then.



More information about the wine-devel mailing list