UpdateLayeredWindowIndirect function user32
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);