TileWindows function user32
Tiles the specified child windows of the specified parent window.
WORD TileWindows(
HWND hwndParent,
UINT wHow,
const RECT *lpRect,
UINT cKids,
const HWND *lpKids
);
Implementation
int TileWindows(int hwndParent, int wHow, Pointer<RECT> lpRect, int cKids,
Pointer<IntPtr> lpKids) =>
_TileWindows(hwndParent, wHow, lpRect, cKids, lpKids);