网站首页  词典首页

请输入您要查询的函数:

 

术语 ischild
释义 IsChild
语法:
BOOL IsChild( HWND hWndParent,
HWND hWnd
);
IsChild功能
该IsChild功能检查是否窗口是一个子窗口或后代的指定父窗口。阿子窗口是一个指定的父窗口的直系后裔如果父窗口的父窗口链,在父窗口链从原来的重叠或弹出窗口,子窗口的线索。
参数
hWndParent
[in]句柄父窗口。
hWnd
[in]的窗口的句柄进行测试。
返回值
如果窗口是儿童或后代指定的父窗口的窗口,则返回值为非零。
如果窗口不是一个子女或后代指定的父窗口的窗口,返回值是零。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
UnicodeImplemented为Unicode版本。
参见
Windows Overview , IsWindow , SetParent
==英文原文==IsChild Function
The IsChild function tests whether a window is a child window or descendant window of a specified parent window. A child window is the direct descendant of a specified parent window if that parent window is in the chain of parent windows; the chain of parent windows leads from the original overlapped or pop-up window to the child window.
Syntax
BOOL IsChild( HWND hWndParent,
HWND hWnd
);
Parameters
hWndParent
[in] Handle to the parent window.
hWnd
[in] Handle to the window to be tested.
Return Value
If the window is a child or descendant window of the specified parent window, the return value is nonzero.
If the window is not a child or descendant window of the specified parent window, the return value is zero.
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 , IsWindow , SetParent
==原始网址==http://msdn.microsoft.com/en-us/library/ms633524(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:22:57