DkmTransportConnection.FindProcess(Guid) Method

Definition

Find a DkmProcess element within this DkmTransportConnection. If no element with the given input key is present, FindProcess will fail.

public:
 Microsoft::VisualStudio::Debugger::DkmProcess ^ FindProcess(Guid UniqueId);
public Microsoft.VisualStudio.Debugger.DkmProcess FindProcess (Guid UniqueId);
member this.FindProcess : Guid -> Microsoft.VisualStudio.Debugger.DkmProcess
Public Function FindProcess (UniqueId As Guid) As DkmProcess

Parameters

UniqueId
Guid

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to