DkmProcess.FindProcessSnapshot(UInt32) Methode

Definition

Suchen Sie ein dkmprocesssnapshot-Element in diesem dkmprocess. Wenn kein Element mit dem angegebenen Eingabe Schlüssel vorhanden ist, kann findprocesssnapshot nicht ausgeführt werden.

Diese API wurde in Visual Studio 15 Update 3 (dkmapiversion. VS15Update3) eingeführt.

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

Parameter

Id
UInt32

In Suchschlüssel, der zum Suchen des Elements verwendet wird.

Gibt zurück

DkmProcessSnapshot

[Out, optional] Ergebnis der Suche.

Gilt für