WinLockWindow
Appearance
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);
This function is used to lock or unlock a window.
HWND : Handle of the window
BOOL : Indicator of action
Returns the locked window handle (HWND).
WinLockWindow(hwndNext,FALSE);