IDebugSyncOperation::Execute

Synchronously performs the operation and returns.

Syntax

HRESULT Execute(  
   IUnknown**  ppunkResult  
);  

Parameters

ppunkResult
[out] The object parameter returned by the operation.

Return Value

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.

Remarks

The Process Debug Manager in the target thread calls the Execute method synchronously.

See also

IDebugSyncOperation Interface