DkmProcess.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 object. If no object with the given input key is present, FindProcess will fail.
public:
static Microsoft::VisualStudio::Debugger::DkmProcess ^ FindProcess(Guid UniqueId);
public static Microsoft.VisualStudio.Debugger.DkmProcess FindProcess (Guid UniqueId);
public static Microsoft.VisualStudio.Debugger.DkmProcess? FindProcess (Guid UniqueId);
static member FindProcess : Guid -> Microsoft.VisualStudio.Debugger.DkmProcess
Public Shared 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.