网站首页  词典首页

请输入您要查询的函数:

 

术语 isiconic
释义 IsIconic
语法:
BOOL IsIconic( HWND hWnd
);
IsIconic函数
该IsIconic函数确定是否在指定的窗口最小化(标志)。
参数
hWnd
[in]的窗口句柄测试。
返回值
如果窗口是标志性的,则返回值为非零。
如果没有标志性的窗口,返回值是零。
例如
有关示例,请参见图最小化窗口。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
UnicodeImplemented为Unicode版本。
参见
视窗概述,IsZoomed
==英文原文==IsIconic Function
The IsIconic function determines whether the specified window is minimized (iconic).
Syntax
BOOL IsIconic( HWND hWnd
);
Parameters
hWnd
[in] Handle to the window to test.
Return Value
If the window is iconic, the return value is nonzero.
If the window is not iconic, the return value is zero.
Example
For an example, see Drawing a Minimized Window .
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 , IsZoomed
==原始网址==http://msdn.microsoft.com/en-us/library/ms633527(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:25:13