DkmProcess.FindProcessSnapshot(UInt32) Method
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).
C++
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
- Id
- UInt32
[In] Search key used to find the element.
[Out,Optional] Result of the search.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |