DkmProcess.OnProcessSnapshotRemoved(DkmProcessSnapshot) Method
Definition
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.
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.