IDkmProcessContinueNotification Interface

Definition

Provides notification when the target process is about to be resumed. This will be fired after the user hits F5, begins a func-eval, a pausing event is complete (ex: module load) or a stopping event is complete. This primary purpose of this event is to allow components to flush any caches that they have.

This notification may be fired from any thread, but will not be fired reentrantly.

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.

public interface class IDkmProcessContinueNotification
public interface class IDkmProcessContinueNotification
__interface IDkmProcessContinueNotification
public interface IDkmProcessContinueNotification
type IDkmProcessContinueNotification = interface
Public Interface IDkmProcessContinueNotification

Methods

OnProcessContinue(DkmProcess)

Handler which is notified before the target process is resumed.

Applies to