SetWindowCompositionAttribute function user32

int SetWindowCompositionAttribute(
  1. int hwnd,
  2. Pointer<WINDOWCOMPOSITIONATTRIBDATA> pwcad
)

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