IDkmAfterSetNextStatementNotification Interface

Definition

IDkmAfterSetNextStatementNotification implemented by components that wish to receive notification after a set next statement completed.

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, SymbolProviderId, TransportKind.

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

Methods

OnSetNextStatementCompleted(DkmStackWalkFrame, DkmInstructionAddress)

OnSetNextStatementCompleted is a general purpose method to allow components to clear state after a set next statement completed. The DkmStackWalkFrame will be the frame prior to to the SetNextStatement call.

Applies to