SetWindowCompositionAttribute function user32
Sets the current value of a specified Desktop Window Manager (DWM) attribute applied to a window.
To learn more, see learn.microsoft.com/windows/win32/dwm/setwindowcompositionattribute.
Implementation
int SetWindowCompositionAttribute(
int hwnd,
Pointer<WINDOWCOMPOSITIONATTRIBDATA> pwcad,
) => _SetWindowCompositionAttribute(hwnd, pwcad);