函数参考


_WinAPI_LockWindowUpdate

Disables or enables drawing in the specified window.

#Include <WinAPIEx.au3>
_WinAPI_LockWindowUpdate ( $hWnd )

参数

$hWnd Handle to the window in which drawing will be disabled. If this parameter is 0, drawing in the locked
window is enabled.

返回值

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

注意/说明

Only one window can be locked at a time by using this function.

相关

详情参考

在MSDN中搜索