[PATCH 5/6] windows.media.speech: Add result to IAsyncOperation.

Rémi Bernon rbernon at codeweavers.com
Fri Apr 1 04:16:44 CDT 2022


On 3/31/22 18:18, Bernhard Kölbl wrote:

> diff --git a/include/windows.foundation.collections.idl b/include/windows.foundation.collections.idl
> index 5ed60ed176e..395adad27aa 100644
> --- a/include/windows.foundation.collections.idl
> +++ b/include/windows.foundation.collections.idl
> @@ -64,7 +64,7 @@ cpp_quote("#endif")
>           {
>               [propput] HRESULT Completed([in] Windows.Foundation.AsyncOperationCompletedHandler<TResult> *handler);
>               [propget] HRESULT Completed([out, retval] Windows.Foundation.AsyncOperationCompletedHandler<TResult> **handler);
> -            HRESULT GetResults([out, retval] TResult **results);
> +            HRESULT GetResults([out, retval] TResult *results);
>           }
>   
>           [


Although small and straightforward, I think this would deserve a 
separate patch, so that it can be picked up independently.

-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list