[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:38 CDT 2022


Rémi Bernon (@rbernon) commented about include/windows.media.speechsynthesis.idl:
> +
> +    [
> +        contract(Windows.Foundation.UniversalApiContract, 1.0),
> +        exclusiveto(Windows.Media.SpeechSynthesis.SpeechSynthesisStream),
> +        uuid(83e46e93-244c-4622-ba0b-6229c4d0d65d)
> +    ]
> +    interface ISpeechSynthesisStream : IInspectable
> +        requires
> +            Windows.Storage.Streams.IRandomAccessStreamWithContentType,
> +            Windows.Storage.Streams.IRandomAccessStream,
> +            Windows.Foundation.IClosable,
> +            Windows.Storage.Streams.IInputStream,
> +            Windows.Storage.Streams.IOutputStream,
> +            Windows.Storage.Streams.IContentTypeProvider
> +    {
> +        [propget] HRESULT Markers([out, retval] Windows.Foundation.Collections.IVectorView<Windows.Media.IMediaMarker*>** value);
Same thing here, while you're making style changes you should change `IMediaMarker*>** value` to at least be `IMediaMarker*> **value`.

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



More information about the wine-devel mailing list