NAME

CascadeWindows  (USER32.@)

SYNOPSIS

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

DESCRIPTION

CascadeWindows (USER32.@) Cascades MDI child windows.

RETURNS

Success: Number of cascaded 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 Mar 2024.