Share via


DkmTerminalStartAsyncResult(Int32) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmTerminalStartInfo.Start.

public DkmTerminalStartAsyncResult (int ProcessId);
new Microsoft.VisualStudio.Debugger.DefaultPort.DkmTerminalStartAsyncResult : int -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmTerminalStartAsyncResult
Public Sub New (ProcessId As Integer)

Parameters

ProcessId
Int32

[In] Id of the launched process, may be zero if the launcher is unable to return this.

Applies to