Jump to content

WinLockWindow

From EDM2
Revision as of 16:43, 7 May 2023 by Martini (talk | contribs) (Created page with "This function is used to lock or unlock a window. ;Parameters HWND BOOL ;Returns Returns the locked window handle (HWND). WinLockWindow(hwndNext,FALSE);")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function is used to lock or unlock a window.

Parameters

HWND

BOOL

Returns

Returns the locked window handle (HWND).

WinLockWindow(hwndNext,FALSE);