Jump to content

WinLockWindow

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

This function is used to lock or unlock a window.

Syntax

WinLockWindow(hwndNext,FALSE);

Parameters

HWND 'hwndNext' (input)
Handle of the window
BOOL (input)
Indicator of action. It is allowed TRUE or FALSE.

Returns

Returns the locked window handle (HWND).