Synchronously performs the operation and returns.
HRESULT Execute( IUnknown** ppunkResult );
- ppunkResult
 [out] The object parameter returned by the operation.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value  | Description  | 
|---|---|
S_OK  | The method succeeded.  | 
E_ABORT  | The operation was aborted by calling the IDebugSyncOperation::InProgressAbort method.  | 
The Process Debug Manager in the target thread calls the Execute method synchronously.