1 out of 2 rated this helpful - Rate this topic

IDCompositionTarget interface

Represents a binding between a Microsoft DirectComposition visual tree and a destination on top of which the visual tree should be composed.

When to implement

Client applications do not implement IDCompositionTarget; custom implementations are not supported.

Members

The IDCompositionTarget interface inherits from the IUnknown interface. IDCompositionTarget also has these types of members:

Methods

The IDCompositionTarget interface has these methods.

MethodDescription
IDCompositionTarget::SetRoot

Sets a visual object as the new root object of a visual tree.

 

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Dcomp.h

Library

Dcomp.lib

DLL

Dcomp.dll

See also

IDCompositionDevice::CreateTargetForHwnd
IDCompositionVisual

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.