IDkmLaunchResumeProcess150.ResumeProcess Method

Definition

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

public:
 void ResumeProcess(Microsoft::VisualStudio::Debugger::Start::DkmProcessLaunchRequest ^ request, Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public void ResumeProcess (Microsoft.VisualStudio.Debugger.Start.DkmProcessLaunchRequest request, Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member ResumeProcess : Microsoft.VisualStudio.Debugger.Start.DkmProcessLaunchRequest * Microsoft.VisualStudio.Debugger.DkmProcess -> unit
Public Sub ResumeProcess (request As DkmProcessLaunchRequest, process As DkmProcess)

Parameters

request
DkmProcessLaunchRequest

[In] DkmProcessLaunchRequest is used to describe the process that debugger should launch.

process
DkmProcess

[In] The process that should be resumed.

Applies to