IDebugHostSymbolsTargetComposition interface (dbgmodel.h)

IDebugHostSymbolsTargetComposition provides interfaces which bridges the extensibility of the upper edge interfaces (the data model) with those of the lower edge (target composition) for symbols.

Inheritance

IDebugHostSymbolsTargetComposition inherits from IUnknown.

Remarks

This and IDebugHostContextTargetComposition are optional Bridge Interfaces to Target Composition Interfaces.

A debug host which only supports the data model layer need not support any of these interfaces. A debug host which supports both the data model layer and target composition layer of extensibility supports these to bridge between the two layers.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Interfaces Overview