IDkmStepCompleteReceived Interface

Definition

IDkmStepCompleteReceived is implemented by components that want to listen for the StepComplete event. IDkmStepCompleteReceived is invoked before IDkmStepCompleteNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).

Sent by a runtime monitor when a step has completed successfully. Note that the step might actually finish on a different thread than it was started on.

StepComplete events can be suppressed by calling DkmEventDescriptorS.Suppress().

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, RuntimeId, SourceId.

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

Methods

OnStepCompleteReceived(DkmStepper, DkmThread, Boolean, DkmEventDescriptorS)

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

Applies to