IDCompositionTarget

An IDCompositionTarget interface represents a binding between a DirectComposition visual tree and a destination on top of which the visual tree should be composed.

interface IDCompositionTarget : IUnknown {}

Members

Functions

SetRoot
HRESULT SetRoot(IDCompositionVisual visual)

Sets the root visual

Meta