Jump to content

WinLockWindowUpdate

From EDM2
Revision as of 15:35, 4 October 2023 by Ak120 (talk | contribs) (Created page with "This function disables or enables output to a window and its descendants. ==Syntax== WinLockWindowUpdate(hwndDeskTop, hwndLockUpdate) ==Parameter== ;hwndDeskTop (HWND): Des...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function disables or enables output to a window and its descendants.

Syntax

WinLockWindowUpdate(hwndDeskTop, hwndLockUpdate)

Parameter

hwndDeskTop (HWND)
Desktop handle of the screen containing the window to be locked.
hwndLockUpdate (HWND)
Handle of window in which output is to be prevented.

Returns

rc (BOOL)
Success indicator.