IDkmBeforeContinueExecutionNotification Interface

Definition

Provides notification that the process is about to continue execution. This function is called before any relevant steppers are initialized, so func-evals can be executed.

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 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

BeforeContinueExecution(DkmThread)

Handler which is notified before the target process is resumed.

Applies to