WinLockWindowUpdate: Difference between revisions
Appearance
Created page with "This function disables or enables output to a window and its descendants. ==Syntax== WinLockWindowUpdate(hwndDeskTop, hwndLockUpdate) ==Parameter== ;hwndDeskTop (HWND): Des..." |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameter== | ==Parameter== | ||
;hwndDeskTop (HWND): Desktop handle of the screen containing the window to be locked. | ;hwndDeskTop (HWND) - input: Desktop handle of the screen containing the window to be locked. | ||
;hwndLockUpdate (HWND): Handle of window in which output is to be prevented. | ;hwndLockUpdate (HWND)) - input: Handle of window in which output is to be prevented. | ||
==Returns== | ==Returns== | ||
;rc (BOOL): Success indicator. | ;rc (BOOL)) - return: Success indicator. | ||
[[Category:Win]] | [[Category:Win]] | ||
[[Category:WorkToDo]] |
Revision as of 19:23, 14 May 2025
This function disables or enables output to a window and its descendants.
Syntax
WinLockWindowUpdate(hwndDeskTop, hwndLockUpdate)
Parameter
- hwndDeskTop (HWND) - input
- Desktop handle of the screen containing the window to be locked.
- hwndLockUpdate (HWND)) - input
- Handle of window in which output is to be prevented.
Returns
- rc (BOOL)) - return
- Success indicator.