IDkmReturnValuesNotification Interface

Definition

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.

C++/CX
public interface class IDkmReturnValuesNotification

Methods

OnReturnValues(DkmStepper, ReadOnlyCollection<DkmRawReturnValue>, Boolean, DkmEventDescriptorS)

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

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022