IDkmProcessExitNotification Interface

Definition

IDkmProcessExitNotification is implemented by components that want to listen for the ProcessExit event. The target process may continue to run during this notification. ProcessExit is fired when the debugger is no longer debugging the specified process. This can either be because the debugger has detached from the specified process or because the process exited.

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 IDkmProcessExitNotification
public interface class IDkmProcessExitNotification
__interface IDkmProcessExitNotification
public interface IDkmProcessExitNotification
type IDkmProcessExitNotification = interface
Public Interface IDkmProcessExitNotification

Methods

OnProcessExit(DkmProcess, Int32, DkmEventDescriptor)

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

Applies to