win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinIsPhysInputEnabled (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WININPUT
 
BOOL WinIsPhysInputEnabled(hwndDesktop);
HWND hwndDesktop;    /* handle of the desktop */
 
The WinIsPhysInputEnabled function returns the status of hardware input (on
or off).
 
Parameter    Description
────────────────────────────────────────────────────────────────────────────
 
hwndDesktop  Identifies the desktop window. This parameter can be
             HWND_DESKTOP or the desktop window handle.
 
Return Value
 
The return value is TRUE if input is enabled or FALSE if input is disabled.
 
See Also
 
WinEnablePhysInput