IDkmSingleStepCompleteReceived 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.
IDkmSingleStepCompleteReceived is implemented by components that want to listen for the SingleStepComplete event. IDkmSingleStepCompleteReceived is invoked before IDkmSingleStepCompleteNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).
Sent when single stepping a thread is complete.
SingleStepComplete 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, SourceId.
public interface class IDkmSingleStepCompleteReceived
public interface class IDkmSingleStepCompleteReceived
__interface IDkmSingleStepCompleteReceived
public interface IDkmSingleStepCompleteReceived
type IDkmSingleStepCompleteReceived = interface
Public Interface IDkmSingleStepCompleteReceived
Methods
OnSingleStepCompleteReceived(DkmSingleStepRequest, DkmEventDescriptorS) |
OnSingleStepCompleteReceived is invoked as part of event processing. See interface definition for more information. |