DkmProcess.OnProcessSnapshotAdded(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 taken for the given process.
This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.VS15Update6).
public:
void OnProcessSnapshotAdded(Microsoft::VisualStudio::Debugger::DkmProcessSnapshot ^ ProcessSnapshot);
public void OnProcessSnapshotAdded (Microsoft.VisualStudio.Debugger.DkmProcessSnapshot ProcessSnapshot);
member this.OnProcessSnapshotAdded : Microsoft.VisualStudio.Debugger.DkmProcessSnapshot -> unit
Public Sub OnProcessSnapshotAdded (ProcessSnapshot As DkmProcessSnapshot)
Parameters
- ProcessSnapshot
- DkmProcessSnapshot
[In] The process snapshot object that's added.