Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions sdk-api-src/content/winuser/nf-winuser-cascadewindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,8 @@ If the function fails, the return value is zero. To get extended error informati

## -remarks

By default, <b>CascadeWindows</b> arranges the windows in the order provided by the <i>lpKids</i> array, but preserves the <a href="/windows/desktop/winmsg/window-features">Z-Order</a>. If you specify the <b>MDITILE_ZORDER</b> flag, <b>CascadeWindows</b> arranges the windows in Z order.

Calling <b>CascadeWindows</b> causes all maximized windows to be restored to their previous size.
By default, <b>CascadeWindows</b> arranges the windows in the order provided by the <i>lpKids</i> array, but preserves the <a href="/windows/desktop/winmsg/window-features">Z-Order</a>. If you specify the <b>MDITILE_ZORDER</b> flag, <b>CascadeWindows</b> arranges the windows in Z order.

## -see-also

<a href="/windows/desktop/winmsg/windows">Windows Overview</a>
<a href="/windows/desktop/winmsg/windows">Windows Overview</a>
6 changes: 1 addition & 5 deletions sdk-api-src/content/winuser/nf-winuser-tilewindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ If the function succeeds, the return value is the number of windows arranged.

If the function fails, the return value is zero. To get extended error information, call <a href="/windows/desktop/api/errhandlingapi/nf-errhandlingapi-getlasterror">GetLastError</a>.

## -remarks

Calling <b>TileWindows</b> causes all maximized windows to be restored to their previous size.

## -see-also

<a href="/windows/desktop/api/winuser/nf-winuser-cascadewindows">CascadeWindows</a>
Expand All @@ -147,4 +143,4 @@ Calling <b>TileWindows</b> causes all maximized windows to be restored to their



<a href="/windows/desktop/winmsg/windows">Windows</a>
<a href="/windows/desktop/winmsg/windows">Windows</a>