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
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
|
See also