Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:41, 9 April 2025 Martini talk contribs created page WinIsPhysInputEnabled (Created page with "This function returns the state (enabled/disabled) of physical input. ==Syntax== WinIsPhysInputEnabled(hwndDeskTop) ==Parameters== ;hwndDeskTop (HWND) - Input: Desktop-window handle. :HWND_DESKTOP: The desktop-window handle. ==Returns== ;rc (BOOL) - Returns: Enabled-state indicator. :;TRUE: Input is enabled. :;FALSE: Input is disabled. ==Remarks== None. ==Errors== None. ==Example Code== <PRE> #define INCL_WININPUT Or use INCL_WIN, INCL_PM,: #include <os2....")