DkmTransportConnection.FindLiveProcess(Int32) 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.
Find a DkmProcess element within this DkmTransportConnection. If no element with the given input key is present, FindLiveProcess will fail. If an object is found, it will always contain the 'Live' Part.
public:
Microsoft::VisualStudio::Debugger::DkmProcess ^ FindLiveProcess(int Id);
public Microsoft.VisualStudio.Debugger.DkmProcess FindLiveProcess (int Id);
public Microsoft.VisualStudio.Debugger.DkmProcess? FindLiveProcess (int Id);
member this.FindLiveProcess : int -> Microsoft.VisualStudio.Debugger.DkmProcess
Public Function FindLiveProcess (Id As Integer) As DkmProcess
Parameters
- Id
- Int32
[In] Search key used to find the element.
Returns
[Out,Optional] Result of the search.