UpdateLayeredWindowIndirect function user32

int UpdateLayeredWindowIndirect(
  1. int hWnd,
  2. Pointer<UPDATELAYEREDWINDOWINFO> pULWInfo
)

Updates the position, size, shape, content, and translucency of a layered window.

BOOL UpdateLayeredWindowIndirect(
  HWND hwnd,
  const UPDATELAYEREDWINDOWINFO *pULWInfo
);

Implementation

int UpdateLayeredWindowIndirect(
  int hWnd,
  Pointer<UPDATELAYEREDWINDOWINFO> pULWInfo,
) => _UpdateLayeredWindowIndirect(hWnd, pULWInfo);