IDkmNonDebugProcessExitNotification Interface

Definition

IDkmNonDebugProcessExitNotification is implemented by components that want to listen for the NonDebugProcessExit event. The target process may continue to run during this notification. NonDebugProcessExit is fired when the associated non-debug process exits.

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

This API was introduced in Visual Studio 16 Update 9 (DkmApiVersion.VS16Update9).

public interface IDkmNonDebugProcessExitNotification
type IDkmNonDebugProcessExitNotification = interface
Public Interface IDkmNonDebugProcessExitNotification

Methods

OnNonDebugProcessExit(DkmNonDebugProcess, Int32, DkmEventDescriptor)

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

Applies to