IDkmVirtualThreadCreateNotification Interface

Definition

IDkmVirtualThreadCreateNotification is implemented by components that want to listen for the VirtualThreadCreate event. The target process may continue to run during this notification. When VirtualThreadCreate is called it fires an event notifying the listeners that a new DkmVirtualThread has been created.

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 16 Update 6 (DkmApiVersion.VS16Update6).

public interface class IDkmVirtualThreadCreateNotification
public interface IDkmVirtualThreadCreateNotification
type IDkmVirtualThreadCreateNotification = interface
Public Interface IDkmVirtualThreadCreateNotification

Methods

OnVirtualThreadCreate(DkmVirtualThread, DkmEventDescriptor)

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

Applies to