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).

C++
public:
 Microsoft::VisualStudio::Debugger::DkmProcessSnapshot ^ FindProcessSnapshot(System::UInt32 Id);

Parameters

Id
UInt32

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022