TileWindows.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(tm).

Failure: 0

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user32/mdi.c".

Debug channel "mdi".