IDkmReturnValuesNotification 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.
IDkmReturnValuesNotification is implemented by components that want to listen for the ReturnValues event. The target process may continue to run during this notification. The ReturnValues event is sent during a step, when one or more DkmRawReturnValues have been collected. The actual evaluation will be performed on the StepComplete event on the thread where the Return Values were recorded.
ReturnValues 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 IDkmReturnValuesNotification
public interface class IDkmReturnValuesNotification
__interface IDkmReturnValuesNotification
public interface IDkmReturnValuesNotification
type IDkmReturnValuesNotification = interface
Public Interface IDkmReturnValuesNotification
Methods
OnReturnValues(DkmStepper, ReadOnlyCollection<DkmRawReturnValue>, Boolean, DkmEventDescriptorS) |
OnReturnValues is invoked as part of event processing. See interface definition for more information. |