Funktionreferenz


_WinAPI_LockWindowUpdate


Disables or enables drawing in the specified window

#include <WinAPIGdi.au3>
_WinAPI_LockWindowUpdate ( $hWnd )

Parameter

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

Rückgabewert

Success: True
Failure: False

Bemerkungen

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

Siehe auch

Suche nach LockWindowUpdate in der MSDN Bibliothek.