NAME

TileWindows  (USER32.@)

SYNOPSIS

 WORD TileWindows
 (
  HWND        hwndParent,
  UINT        wFlags,
  const RECT* lpRect,
  UINT        cKids,
  const HWND* lpKids
 )

DESCRIPTION

TileWindows (USER32.@) Tiles MDI child windows.

RETURNS

Success: Number of tiled Windows®.

Failure: 0

IMPLEMENTATION

Declared in "winuser.h". https://source.winehq.org/source/include/winuser.h

Implemented in "dlls/user32/mdi.c". https://source.winehq.org/source/dlls/user32/mdi.c

Debug channel "mdi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.