DkmProcess.FindProcessSnapshot(UInt32) 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 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);
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.