LockWindowUpdate(3w)
NAME
LockWindowUpdate (USER32.@)
SYNOPSIS
BOOL LockWindowUpdate
(
HWND hwnd
)
DESCRIPTION
Enables or disables painting in the chosen window.
PARAMS
hwnd [In] handle to a window.
RETURNS
If successful, returns nonzero value. Otherwise, returns 0.
NOTES
You can lock only one window at a time.
IMPLEMENTATION
Defined in "winuser.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/painting.c".
- Debug channel "win".