0

DwmEnableComposition cannot enable composition system wide. If I want to enable the aero effect system wide, how could I do this with c/c++ code?

Jichao
  • 40,341
  • 47
  • 125
  • 198
  • 1
    `DwmEnableComposition()`can no longer disable DWM starting in Windows 8. AFAIK, Aero can only be affected by the user via the Control Panel, not in code. What are you trying to accomplish exactly? – Remy Lebeau Dec 11 '13 at 03:43
  • just for test dwm on my application. – Jichao Dec 11 '13 at 05:18
  • This doesn't explain, why you need to enable/disable DWM system-wide through code. Enable/Disable it through the control panel and test your application. – IInspectable Dec 11 '13 at 16:43

0 Answers0