IDkmThreadExitNotification Interface

Definition

IDkmThreadExitNotification is implemented by components that want to listen for the ThreadExit event. The target process may continue to run during this notification. ThreadExit is fired when a thread in the target process exits. It will not be fired if the target process exits while the thread is still running.

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

Methods

OnThreadExit(DkmThread, Int32, DkmEventDescriptor)

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

Applies to