Click to return to the Component Development home page    
IDebugAsyncOperation::Abo...     IDebugAsyncOperation::Get...     IDebugAsyncOperation Inte...    
Web Workshop  |  Component Development

IDebugAsyncOperation::GetResult Method


Retrieves the HRESULT value if the asynchronous operation is complete.

Syntax

HRESULT GetResult(
    HRESULT *phrResult,
    IUnknown **ppunkResult
);

Parameters

phrResult
[out] Address of an HRESULT value returned from IDebugSyncOperation::Execute.
ppunkResult
[out] Address of a pointer to an IUnknown interface.

Return Value

Returns S_OK if the operation is complete, or E_PENDING otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.