网站首页  词典首页

请输入您要查询的函数:

 

术语 tilewindows
释义 TileWindows
语法:
WORD TileWindows( HWND hwndParent,
UINT wHow,
RECT *lpRect,
UINT cKids,
const HWND *lpKids
);
TileWindows功能
该TileWindows功能瓷砖指定的父窗口指定的子窗口。
参数
hwndParent
[in]句柄父窗口。如果该参数为NULL,则桌面窗口假设。
wHow
[in]指定平铺标志。此参数可以是以下值之一,可以选择结合MDITILE_SKIPDISABLED,以防止残疾人多文档界面(MDI)子窗口被平铺。
MDITILE_HORIZONTAL
瓷砖窗户Level。
MDITILE_VERTICAL
瓷砖窗口垂直。
lpRect
[in]指向一个RECT结构,指定矩形区域,在客户坐标,窗口内的安排。如果该参数为NULL,父窗口的工作区使用。
cKids
[in]指定由lpKids参数指定的数组元素的个数。此参数被忽略,如果lpKids为NULL。
lpKids
[in]指向一个句柄数组的子窗口安排。如果该参数为NULL,指定父窗口的所有子窗口(或桌面窗口)的安排。
返回值
如果函数成功,返回值是Windows的人数安排。
如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。
备注
调用TileWindows导致所有要恢复到以前的规模最大化的窗口。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 4.0
UnicodeImplemented为Unicode版本。
参见
视窗概述,CascadeWindows,RECT
==英文原文==TileWindows Function
The TileWindows function tiles the specified child windows of the specified parent window.
Syntax
WORD TileWindows( HWND hwndParent,
UINT wHow,
RECT *lpRect,
UINT cKids,
const HWND *lpKids
);
Parameters
hwndParent
[in] Handle to the parent window. If this parameter is NULL, the desktop window is assumed.
wHow
[in] Specifies tiling flags. This parameter can be one of the following values—optionally combined with MDITILE_SKIPDISABLED to prevent disabled multiple-document interface (MDI) child windows from being tiled.
MDITILE_HORIZONTAL
Tiles windows horizontally.
MDITILE_VERTICAL
Tiles windows vertically.
lpRect
[in] Pointer to a RECT structure that specifies the rectangular area, in client coordinates, within which the windows are arranged. If this parameter is NULL, the client area of the parent window is used.
cKids
[in] Specifies the number of elements in the array specified by the lpKids parameter. This parameter is ignored if lpKids is NULL.
lpKids
[in] Pointer to an array of handles to the child windows to arrange. If this parameter is NULL, all child windows of the specified parent window (or of the desktop window) are arranged.
Return Value
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.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 4.0
UnicodeImplemented as Unicode version.
See Also
Windows Overview , CascadeWindows , RECT
==原始网址==http://msdn.microsoft.com/en-us/library/ms633554(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:21:08