June 27, 2007
4:03 p.m.
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). -- Rob Shearman