网站首页  词典首页

请输入您要查询的函数:

 

术语 arrangeiconicwindows
释义 ArrangeIconicWindows
语法:
UINT ArrangeIconicWindows( HWND hWnd
);
ArrangeIconicWindows功能
该ArrangeIconicWindows功能安排所有指定的父窗口最小化(偶像)的子窗口。
参数
hWnd
[in]句柄父窗口。
返回值
如果函数成功,返回值是一个图标行的高度。
如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。
备注
一个应用程序,保持了其最小化的子窗口可以使用ArrangeIconicWindows功能,安排在一个父窗口的图标。此功能也可以安排在桌面上的图标。来检索窗口句柄到桌面窗口中,使用GetDesktopWindow功能。
应用程序发送的WM_MDIICONARRANGE信息,多文档界面(MDI)客户端窗口,提示客户端窗口安排其最小化MDI子窗口。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
UnicodeImplemented为Unicode版本。
参见
视窗概述,关闭视窗,GetDesktopWindow
==英文原文==ArrangeIconicWindows Function
The ArrangeIconicWindows function arranges all the minimized (iconic) child windows of the specified parent window.
Syntax
UINT ArrangeIconicWindows( HWND hWnd
);
Parameters
hWnd
[in] Handle to the parent window.
Return Value
If the function succeeds, the return value is the height of one row of icons.
If the function fails, the return value is zero. To get extended error information, call GetLastError .
Remarks
An application that maintains its own minimized child windows can use the ArrangeIconicWindows function to arrange icons in a parent window. This function can also arrange icons on the desktop. To retrieve the window handle to the desktop window, use the GetDesktopWindow function.
An application sends the WM_MDIICONARRANGE message to the multiple-document interface (MDI) client window to prompt the client window to arrange its minimized MDI child windows.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
UnicodeImplemented as Unicode version.
See Also
Windows Overview , CloseWindow , GetDesktopWindow
==原始网址==http://msdn.microsoft.com/en-us/library/ms632671(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 11:31:20