Commit ca86fc71 authored by Bernhard Kölbl's avatar Bernhard Kölbl Committed by Alexandre Julliard

include/windows.foundation.collections.idl: Set correct return type for IAsyncOperation_GetResults.

parent 9912eb40
......@@ -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);
}
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment