Jump to content

WinLockWindow

From EDM2
Revision as of 16:45, 7 May 2023 by Martini (talk | contribs)

This function is used to lock or unlock a window.

Parameters

HWND : Handle of the window

BOOL : Indicator of action

Returns

Returns the locked window handle (HWND).

WinLockWindow(hwndNext,FALSE);