DwmGetWindowAttribute (Enums)
Last changed: -2.67.91.254

.
Summary
TODO - a short description

C# Definition:

[DllImport("dwmapi.dll")]
    static unsafe extern int DwmGetWindowAttribute(IntPtr hWnd, DwmWindowAttribute dwAttribute, void* pvAttribute, int cbAttribute);

VB Definition:

Enum DwmGetWindowAttribute
   TODO
End Enum

Notes:

None.

C# User defined code!!!!

    public enum DwmWindowAttribute {
    DWMWA_NCRENDERING_ENABLED = 1,
    DWMWA_NCRENDERING_POLICY,
    DWMWA_TRANSITIONS_FORCEDISABLED,
    DWMWA_ALLOW_NCPAINT,
    DWMWA_CAPTION_BUTTON_BOUNDS,
    DWMWA_NONCLIENT_RTL_LAYOUT,
    DWMWA_FORCE_ICONIC_REPRESENTATION,
    DWMWA_FLIP3D_POLICY,
    DWMWA_EXTENDED_FRAME_BOUNDS,
    DWMWA_HAS_ICONIC_BITMAP,
    DWMWA_DISALLOW_PEEK,
    DWMWA_EXCLUDED_FROM_PEEK,
    DWMWA_CLOAK,
    DWMWA_CLOAKED,
    DWMWA_FREEZE_REPRESENTATION,
    DWMWA_LAST
    };

Documentation