mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
user32: Add comment to a function.
This commit is contained in:
parent
74bd61203d
commit
e8606d5694
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user