Commit e8606d56 authored by Anatoly Lyutin's avatar Anatoly Lyutin Committed by Alexandre Julliard

user32: Add comment to a function.

parent 74bd6120
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment