NAME

CascadeWindows  (USER32.@)

SYNOPSIS

 WORD CascadeWindows
 (
  HWND         hwndParent,
  UINT         wFlags,
  const LPRECT lpRect,
  UINT         cKids,
  const HWND*  lpKids
 )

DESCRIPTION

CascadeWindows (USER32.@) Cascades MDI child windows.

RETURNS

Success: Number of cascaded Windows®.

Failure: 0

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user/mdi.c". source.winehq.org/source/dlls/user/mdi.c

Debug channel "mdi".


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