Skip to content

user32: Remove incorrect remark from TileWindows and CascadeWindows #2012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: docs
Choose a base branch
from
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>