Click to return to the Component Development home page    
IDebugApplication::Create...     IDebugApplication::DebugO...     IDebugApplication Interfa...    
Web Workshop  |  Component Development

IDebugApplication::CreateAsyncDebugOperation Method


Provides a mechanism for language engines to implement asynchronous expressions and evaluations.

Syntax

HRESULT CreateAsyncDebugOperation(
    IDebugSyncOperation *psdo,
    IDebugAsyncOperation **ppado    
);

Parameters

psdo
[in] Address of an IDebugSyncOperation interface.
ppado
[out] Address of an IDebugAsyncOperation interface.

Return Value

Returns S_OK if successful, or an error code 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.