函数参考


_WinAPI_ShowOwnedPopups

显示或隐藏指定窗口拥有的所有弹出窗口.

#Include <WinAPIEx.au3>
_WinAPI_ShowOwnedPopups ( $hWnd, $fShow )

参数

$hWnd A handle to the window that owns the pop-up windows to be shown or hidden.
$fShow 指定弹出窗口的显示或隐藏
1 - 显示所有隐藏的弹出窗口.
0 - 隐藏所有可见的弹出窗口.

返回值

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

注意/说明

本函数只能显示先前调用本函数隐藏的窗口.

相关

详情参考

在MSDN中搜索