DkmTransportConnection.FindProcess(Guid) 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, FindProcess will fail.
public:
Microsoft::VisualStudio::Debugger::DkmProcess ^ FindProcess(Guid UniqueId);
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.