函数参考


_WinAPI_IsChild

测试窗口是否为指定父窗的子窗口.

#Include <WinAPIEx.au3>
_WinAPI_IsChild ( $hWnd, $hWndParent )

参数

$hWnd 窗口句柄.
$hWndParent 父窗口句柄.

返回值

成功: 返回 1 - 是.
返回 0 - 不是.
失败: 返回 0,并设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索