Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels an operation.
HRESULT Abort();
This method takes no parameters.
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_NOTIMPL | The operations cannot be canceled. |
This method is typically called from within the debugger thread to cancel an unresponsive operation. This method causes the InProgressAbort
method on the IDebugSyncOperation
object to be called.
IDebugAsyncOperation Interface
IDebugAsyncOperation::Start
IDebugSyncOperation::InProgressAbort
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in