IDkmCustomMessageCallbackReceiver Interface

Definition

Implemented by components that wish to receive custom messages from another Concord component. This is interface is similar to IDkmCustomMessageForwardReceiver, except that this method requires that the caller be at a lower level in the component hierarchy than the component that receives the notification (ex: Base Debug Monitor -> AD7 AL).

Implementers of this interface typically use a SourceId filter.

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

C++/CX
public interface class IDkmCustomMessageCallbackReceiver

Methods

SendHigher(DkmCustomMessage)

Sends a message to a listening component which is higher in the hierarchy.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022