Provides the return value and return object parameter from the synchronous debug operation.
HRESULT GetResult( HRESULT* phrResult, IUnknown** ppunkResult ); |
Parameters
- phrResult
[out] If the operation is complete, phrResult is the return value of IDebugSyncOperation::Execute.
- ppunkResult
[out] If the operation is complete, ppunkResult is the object parameter returned by the operation.
Return Value
Remarks
See Also