DkmProcess.OnProcessSnapshotRemoved(DkmProcessSnapshot) Methode

Definition

Ein Handler, der benachrichtigt wird, nachdem eine Prozess Momentaufnahme aus dem angegebenen Prozess entfernt wurde.

Diese API wurde in Visual Studio 15 Update 6 (dkmapiversion. VS15Update6) eingeführt.

public:
 void OnProcessSnapshotRemoved(Microsoft::VisualStudio::Debugger::DkmProcessSnapshot ^ ProcessSnapshot);
public void OnProcessSnapshotRemoved (Microsoft.VisualStudio.Debugger.DkmProcessSnapshot ProcessSnapshot);
member this.OnProcessSnapshotRemoved : Microsoft.VisualStudio.Debugger.DkmProcessSnapshot -> unit
Public Sub OnProcessSnapshotRemoved (ProcessSnapshot As DkmProcessSnapshot)

Parameter

ProcessSnapshot
DkmProcessSnapshot

In Das Prozess Momentaufnahme-Objekt, das entfernt wird.

Gilt für