IDkmCustomStopNotification Interface

Definition

IDkmCustomStopNotification is implemented by components that want to listen for the CustomStop event. IDkmCustomStopNotification is invoked after all implementations of IDkmCustomStopReceived. When this notification is called, the target process is stopped and implementers are able to either inspect the process or cause it to execute in a controlled manner (slip, func-eval).

The CustomStop event allows a concord component to raise a stopping event to a custom UI component or to a higher level Concord component.

CustomStop 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, SourceId, TransportKind.

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

Methods

OnCustomStop(DkmCustomMessage, DkmThread, Guid, DkmEventDescriptorS)

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

Applies to