win12.hlp (Table of Contents; Topic list)
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