IDkmAsyncBreakCompleteReceived Interface

Definition

IDkmAsyncBreakCompleteReceived is implemented by components that want to listen for the AsyncBreakComplete event. IDkmAsyncBreakCompleteReceived is invoked before IDkmAsyncBreakCompleteNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).

Sent by a debug monitor after a request to async break the process has completed.

AsyncBreakComplete events can be suppressed by calling DkmEventDescriptorS.Suppress().

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

public interface class IDkmAsyncBreakCompleteReceived
public interface class IDkmAsyncBreakCompleteReceived
__interface IDkmAsyncBreakCompleteReceived
public interface IDkmAsyncBreakCompleteReceived
type IDkmAsyncBreakCompleteReceived = interface
Public Interface IDkmAsyncBreakCompleteReceived

Methods

OnAsyncBreakCompleteReceived(DkmProcess, DkmAsyncBreakStatus, DkmThread, DkmEventDescriptorS)

OnAsyncBreakCompleteReceived is invoked as part of event processing. See interface definition for more information.

Applies to