DkmProcess.OnProcessSnapshotRemoved(DkmProcessSnapshot) Method

Definition

Handler which is notified after a process snapshot is removed from the given process.

This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.VS15Update6).

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)

Parameters

ProcessSnapshot
DkmProcessSnapshot

[In] The process snapshot object that's removed.

Applies to