DkmTransportConnection.FindLiveProcess(Int32) Method

Definition

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);
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.

Applies to