Module: wine Branch: master Commit: e8606d5694ecf48a842a7a1aa74f2f3efc45f3ba URL: http://source.winehq.org/git/wine.git/?a=commit;h=e8606d5694ecf48a842a7a1aa7...
Author: Anatoly Lyutin vostok@etersoft.ru Date: Thu Jul 19 13:19:11 2007 +0400
user32: Add comment to a function.
---
dlls/user32/painting.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/dlls/user32/painting.c b/dlls/user32/painting.c index c361610..30dddae 100644 --- a/dlls/user32/painting.c +++ b/dlls/user32/painting.c @@ -527,6 +527,18 @@ HWND WINAPI WindowFromDC( HDC hDC )
/*********************************************************************** * LockWindowUpdate (USER32.@) + * + * Enables or disables painting in the chosen window. + * + * PARAMS + * hwnd [I] handle to a window. + * + * RETURNS + * If successful, returns nonzero value. Otherwise, + * returns 0. + * + * NOTES + * You can lock only one window at a time. */ BOOL WINAPI LockWindowUpdate( HWND hwnd ) {