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 "DWMWINDOWATTRIBUTE" in [All]

Enums

.

    static unsafe extern int DwmGetWindowAttribute(IntPtr hWnd, DwmWindowAttribute dwAttribute, void* pvAttribute, int cbAttribute);

.

    public enum DwmWindowAttribute {

.

public static extern int DwmSetWindowAttribute(IntPtr hwnd, DWMWINDOWATTRIBUTE attr, ref int attrValue, int attrSize);

.

Public Shared Function DwmSetWindowAttribute(hwnd As IntPtr, attr As DWMWINDOWATTRIBUTE, ByRef attrValue As Integer, attrSize As Integer) As Integer

.

DWMWINDOWATTRIBUTE

.

https://docs.microsoft.com/en-us/windows/win32/api/dwmapi/ne-dwmapi-dwmwindowattribute

.

enum DwmWindowAttribute : uint

.

Enum DWMWINDOWATTRIBUTE

.
Documentation
[DWMWINDOWATTRIBUTE] on MSDN

dwmapi

.

static extern int DwmGetWindowAttribute(IntPtr hwnd, DWMWINDOWATTRIBUTE dwAttribute, out bool pvAttribute, int cbAttribute);

.

static extern int DwmGetWindowAttribute(IntPtr hwnd, DWMWINDOWATTRIBUTE dwAttribute, out RECT pvAttribute, int cbAttribute);

.

DWMWINDOWATTRIBUTE, RECT


 
Access PInvoke.net directly from VS: