IDkmFuncEvalCompletedNotification 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.
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. |