Provides asynchronous access to a given synchronous debug operation.

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

Parameters

psdo

[in] The synchronous debug operation object.

ppado

[out] The asynchronous debug operation object.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also