Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAsyncAction::GetResults method

Gets the outcome of an asynchronous action.

Syntax


HRESULT GetResults();

Parameters

This method has no parameters.

Return value

Type: HRESULT

This method always returns S_OK.

Remarks

Calling the GetResults method has no effect if the current implementation has a dynamic type of IAsyncAction.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Windows.Foundation.idl

See also

IAsyncAction

 

 

Show:
© 2017 Microsoft