IDkmLaunchResumeProcess150 Interface

Definition

Extension to IDkmLaunchResumeProcess to support passing the created DkmProcess during resume.

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 15 Update 3 (DkmApiVersion.VS15Update3).

public interface class IDkmLaunchResumeProcess150
public interface IDkmLaunchResumeProcess150
type IDkmLaunchResumeProcess150 = interface
Public Interface IDkmLaunchResumeProcess150

Methods

ResumeProcess(DkmProcessLaunchRequest, DkmProcess)

This API is used to resume a process which was launched from CreateProcess with the LaunchSuspended flag set to true.

Applies to