IDkmThreadCreateNotification Interface

Definition

IDkmThreadCreateNotification is implemented by components that want to listen for the ThreadCreate event. When this notification fires, the target process will be suspended and can be examined. ThreadCreate is fired when a new thread starts in the target process.

ThreadCreate events can be suppressed. In this case the thread will be invisible to components above the level where the thread was suppressed.

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

Methods

OnThreadCreate(DkmThread, DkmWorkList, DkmEventDescriptorS)

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

Applies to