Expand Minimize
This topic has not yet been rated - Rate this topic

IsCompositionActive function

Determines whether Desktop Window Manager (DWM) composition effects are available to the theme.

Syntax


BOOL IsCompositionActive(void);

Parameters

This function has no parameters.

Return value

Type: BOOL

TRUE if composition effects are available; otherwise, FALSE.

Remarks

Composition effects are provided through the DWM. This function first determines whether DWM is active, then checks whether it has composition effects enabled.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Uxtheme.h

DLL

UxTheme.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.