IDkmAsyncBreakCompleteReceived Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |