include/windows.foundation.collections.idl: Set correct return type for IAsyncOperation_GetResults.
Signed-off-by: Bernhard Kölbl <besentv@gmail.com> Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9912eb407d
commit
ca86fc7150
|
@ -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);
|
||||
}
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue