IDkmProcessSnapshotRemovedNotification Interface

Definition

IDkmProcessSnapshotRemovedNotification is implemented by components that want to listen for the ProcessSnapshotRemoved event. The target process may continue to run during this notification. ProcessSnapshotRemoved is fired when a DkmProcessSnapshot is removed from the associated DkmProcess.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

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

public interface class IDkmProcessSnapshotRemovedNotification
public interface IDkmProcessSnapshotRemovedNotification
type IDkmProcessSnapshotRemovedNotification = interface
Public Interface IDkmProcessSnapshotRemovedNotification

Methods

OnProcessSnapshotRemoved(DkmProcess, DkmProcessSnapshot, DkmEventDescriptor)

OnProcessSnapshotRemoved is invoked as part of event processing. See interface definition for more information.

Applies to