[PATCH 02/11] include/windows.foundation.idl: Add IAsyncAction interface.

Rémi Bernon rbernon at codeweavers.com
Wed Jan 19 12:15:30 CST 2022


Hi Bernhard,

On 1/19/22 14:28, Bernhard Kölbl wrote:
> +
> +        [
> +            contract(Windows.Foundation.FoundationContract, 1.0),
> +            uuid(5a648006-843a-4da9-865b-9d26e5dfad7b)
> +        ]
> +        interface IAsyncAction : IInspectable
> +        {
> +            [propput] HRESULT Completed([in] Windows.Foundation.AsyncActionCompletedHandler *handler);
> +            [propget] HRESULT Completed([out, retval] Windows.Foundation.AsyncActionCompletedHandler **handler);
> +            HRESULT GetResults();
> +        }

This should have "requires IAsyncInfo"
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list