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.