IDkmProcessSnapshotAddedNotification Interface
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.
IDkmProcessSnapshotAddedNotification is implemented by components that want to listen for the ProcessSnapshotAdded event. The target process may continue to run during this notification. ProcessSnapshotAdded is fired when a DkmProcessSnapshot is created and added to 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 IDkmProcessSnapshotAddedNotification
public interface IDkmProcessSnapshotAddedNotification
type IDkmProcessSnapshotAddedNotification = interface
Public Interface IDkmProcessSnapshotAddedNotification
Methods
OnProcessSnapshotAdded(DkmProcess, DkmProcessSnapshot, DkmEventDescriptor) |
OnProcessSnapshotAdded is invoked as part of event processing. See interface definition for more information. |