.
Use the DwmIsCompositionEnabled function to set the value of non-client rendering attributes for a window.
.
Use the DwmIsCompositionEnabled function to determine whether Aero is enabled.
This function returns true if Aero (DWM Composition) is enabled. Generally used with the DwmExtendFrameIntoClientArea function
7/3/2014 11:30:15 AM - -217.119.210.6
.
private static extern int DwmIsCompositionEnabled(out bool enabled);
.
Private Shared Function DwmIsCompositionEnabled(ByRef enabled As Boolean) As Integer
.
DwmIsCompositionEnabled(Enabled)
.
DwmIsCompositionEnabled(AeroEnabled)
.