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 值. |
在MSDN中搜索