GetWindowCompositionAttribute function user32

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

Retrieves 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/getwindowcompositionattribute.

Implementation

int GetWindowCompositionAttribute(
  int hwnd,
  Pointer<WINDOWCOMPOSITIONATTRIBDATA> pwcad,
) =>
    _GetWindowCompositionAttribute(hwnd, pwcad);