IDkmFuncEvalCompletedNotification Interface

Definition

IDkmFuncEvalCompletedNotification is implemented by components that want to listen for the FuncEvalCompleted event. The target process may continue to run during this notification. The FuncEvalCompleted event is sent after a function evaluation has 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, TransportKind.

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

Methods

OnFuncEvalCompleted(DkmThread, DkmFuncEvalFlags, DkmEventDescriptor)

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

Applies to