DkmProcess.FindProcessSnapshot(UInt32) Method

Definition

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

This API was introduced in Visual Studio 15 Update 3 (DkmApiVersion.VS15Update3).

public:
 Microsoft::VisualStudio::Debugger::DkmProcessSnapshot ^ FindProcessSnapshot(System::UInt32 Id);
public Microsoft.VisualStudio.Debugger.DkmProcessSnapshot FindProcessSnapshot (uint Id);
member this.FindProcessSnapshot : uint32 -> Microsoft.VisualStudio.Debugger.DkmProcessSnapshot
Public Function FindProcessSnapshot (Id As UInteger) As DkmProcessSnapshot

Parameters

Id
UInt32

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to