Jump to content

WinLockWindow: Difference between revisions

From EDM2
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);"
 
No edit summary
Line 3: Line 3:
;Parameters  
;Parameters  


HWND  
HWND : Handle of the window


BOOL  
BOOL : Indicator of action


;Returns
;Returns

Revision as of 16:45, 7 May 2023

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);