Share via


DkmLaunchProcessAsyncResult(DkmLaunchedProcessInfo) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmProcessLaunchRequest.LaunchProcess.

public DkmLaunchProcessAsyncResult (Microsoft.VisualStudio.Debugger.Start.DkmLaunchedProcessInfo LaunchedProcess);
new Microsoft.VisualStudio.Debugger.Start.DkmLaunchProcessAsyncResult : Microsoft.VisualStudio.Debugger.Start.DkmLaunchedProcessInfo -> Microsoft.VisualStudio.Debugger.Start.DkmLaunchProcessAsyncResult
Public Sub New (LaunchedProcess As DkmLaunchedProcessInfo)

Parameters

LaunchedProcess
DkmLaunchedProcessInfo

[In] DkmLaunchedProcessInfo is returned from APIs that launch a process.

Applies to