IDkmBeforeStopDebuggingNotification Interface

Definition

Provides notification that the process is about to be detached or terminated.

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.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

BeforeStopDebugging(DkmProcess)

Handler which is notified before the target process is terminated or detached.

Applies to