Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.