EnableHardwareInput

2.x

  BOOL EnableHardwareInput(fEnableInput)    
  BOOL fEnableInput; /* for enabling or disabling queuing */

The EnableHardwareInput function enables or disables queuing of mouse and keyboard input.

Parameters

fEnableInput

Specifies whether to enable or disable queuing of input. If this parameter is TRUE, keyboard and mouse input are queued. If the parameter is FALSE, keyboard and mouse input are disabled.

Return Value

The return value is nonzero if queuing of input was previously enabled. Otherwise, it is zero.

Comments

This function does not disable input from installable drivers, nor does it disable device drivers.

See Also

GetInputState