diff --git a/sdk-api-src/content/winuser/nf-winuser-cascadewindows.md b/sdk-api-src/content/winuser/nf-winuser-cascadewindows.md index 831dc5af17c7..094482251369 100644 --- a/sdk-api-src/content/winuser/nf-winuser-cascadewindows.md +++ b/sdk-api-src/content/winuser/nf-winuser-cascadewindows.md @@ -124,10 +124,8 @@ If the function fails, the return value is zero. To get extended error informati ## -remarks -By default, CascadeWindows arranges the windows in the order provided by the lpKids array, but preserves the Z-Order. If you specify the MDITILE_ZORDER flag, CascadeWindows arranges the windows in Z order. - -Calling CascadeWindows causes all maximized windows to be restored to their previous size. +By default, CascadeWindows arranges the windows in the order provided by the lpKids array, but preserves the Z-Order. If you specify the MDITILE_ZORDER flag, CascadeWindows arranges the windows in Z order. ## -see-also -Windows Overview \ No newline at end of file +Windows Overview diff --git a/sdk-api-src/content/winuser/nf-winuser-tilewindows.md b/sdk-api-src/content/winuser/nf-winuser-tilewindows.md index b3dbbaa97830..d0ac5a6e6ecf 100644 --- a/sdk-api-src/content/winuser/nf-winuser-tilewindows.md +++ b/sdk-api-src/content/winuser/nf-winuser-tilewindows.md @@ -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 GetLastError. -## -remarks - -Calling TileWindows causes all maximized windows to be restored to their previous size. - ## -see-also CascadeWindows @@ -147,4 +143,4 @@ Calling TileWindows causes all maximized windows to be restored to their -Windows \ No newline at end of file +Windows