Anatoly Lyutin wrote:
/***********************************************************************
LockWindowUpdate (USER32.@)
- Enables or disables choosen window.
This isn't quite correct. LockWindowUpdate prevents or allows painting to the window. It doesn't prevent user input, which is what "disable" suggests (c.f. EnableWindow).