WinLockWindow: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This function is used to lock or unlock a window. | This function is used to lock or unlock a window. | ||
; | ==Syntax== | ||
WinLockWindow(hwndNext,FALSE); | |||
HWND : Handle of the window | ===Parameters=== | ||
; HWND 'hwndNext' (input) | |||
: Handle of the window | |||
BOOL : Indicator of action | ;BOOL (input) | ||
: Indicator of action. It is allowed TRUE or FALSE. | |||
===Returns=== | |||
Returns the locked window handle (HWND). | Returns the locked window handle (HWND). | ||
[[Category:Win]] |
Revision as of 17:24, 7 May 2023
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).