Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DwmIsCompositionEnabled" in [All]

dwmapi

.

Use 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)

.
Documentation
[DwmIsCompositionEnabled] on MSDN

Enums

.

Use the DwmIsCompositionEnabled function to set the value of non-client rendering attributes for a window.


 
Access PInvoke.net directly from VS: