Scroll to navigation

CascadeWindows(3w) Wine API CascadeWindows(3w)

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

IMPLEMENTATION

Declared in "winuser.h".
Implemented in "dlls/user32/mdi.c".
Debug channel "mdi".
Oct 2012 Wine API