[PATCH v4 0/9] MR217: windows.media.speech: ISpeechSynthesisStream stub implementation.

Rémi Bernon (@rbernon) wine at gitlab.winehq.org
Mon Jun 13 14:23:37 CDT 2022


Rémi Bernon (@rbernon) commented about include/windows.media.idl:
> -        [uuid(1803def8-dca5-4b6f-9c20-e3d3c0643625)]
> -        interface IMediaMarker : IInspectable
> -        {
> -            [propget] HRESULT Time([out] [retval] Windows.Foundation.TimeSpan* value);
> -            [propget] HRESULT MediaMarkerType([out] [retval] HSTRING* value);
> -            [propget] HRESULT Text([out] [retval] HSTRING* value);
> -        }
> +    [
> +        contract(Windows.Foundation.UniversalApiContract, 1.0),
> +        uuid(1803def8-dca5-4b6f-9c20-e3d3c0643625)
> +    ]
> +    interface IMediaMarker : IInspectable
> +    {
> +        [propget] HRESULT Time([out, retval] Windows.Foundation.TimeSpan* value);
> +        [propget] HRESULT MediaMarkerType([out, retval] HSTRING* value);
> +        [propget] HRESULT Text([out, retval] HSTRING* value);
Could you change to right aligned pointers too?

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/217#note_1969



More information about the wine-devel mailing list