Desktop Functions: Smart Device Functions:
|
Search Results for "DwmIsCompositionEnabled" in [All]dwmapiUse the DwmIsCompositionEnabled function to determine whether Aero is enabled.
private static extern int DwmIsCompositionEnabled(out bool enabled);
Private Shared Function DwmIsCompositionEnabled(ByRef enabled As Boolean) As Integer
DwmIsCompositionEnabled(Enabled)
DwmIsCompositionEnabled(AeroEnabled) EnumsUse the DwmIsCompositionEnabled function to set the value of non-client rendering attributes for a window. |