IDkmStepCompleteNotification 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.
IDkmStepCompleteNotification is implemented by components that want to listen for the StepComplete event. IDkmStepCompleteNotification is invoked after all implementations of IDkmStepCompleteReceived. When this notification is called, the target process is stopped and implementers are able to either inspect the process or cause it to execute in a controlled manner (slip, func-eval).
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 IDkmStepCompleteNotification
public interface class IDkmStepCompleteNotification
__interface IDkmStepCompleteNotification
public interface IDkmStepCompleteNotification
type IDkmStepCompleteNotification = interface
Public Interface IDkmStepCompleteNotification
Methods
OnStepComplete(DkmStepper, DkmThread, Boolean, DkmEventDescriptorS) |
OnStepComplete is invoked as part of event processing. See interface definition for more information. |