IDkmLaunchResumeProcess.ResumeProcess(DkmProcessLaunchRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
public void ResumeProcess (Microsoft.VisualStudio.Debugger.Start.DkmProcessLaunchRequest request);
abstract member ResumeProcess : Microsoft.VisualStudio.Debugger.Start.DkmProcessLaunchRequest -> unit
Public Sub ResumeProcess (request As DkmProcessLaunchRequest)
Parameters
- request
- DkmProcessLaunchRequest
[In] DkmProcessLaunchRequest is used to describe the process that debugger should launch.