Table of Contents

Method DwmSetWindowAttribute

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DwmSetWindowAttribute(IntPtr, DwmWindowAttribute, ref int, int)

Sets the value of Desktop Window Manager (DWM) non-client rendering attributes for a window.

public static extern int DwmSetWindowAttribute(IntPtr hwnd, MswUtils.NativeMethods.DwmWindowAttribute dwAttribute, ref int pvAttribute, int cbAttribute)

Parameters

hwnd nint
dwAttribute MswUtils.NativeMethods.DwmWindowAttribute
pvAttribute int
cbAttribute int

Returns

int