DkmTerminalStartAsyncResult(Int32) Constructor
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.
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.