BOOL EnableHardwareInput(fEnableInput) | |||||
BOOL fEnableInput; | /* for enabling or disabling queuing | */ |
The EnableHardwareInput function enables or disables queuing of mouse and keyboard input.
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.
The return value is nonzero if queuing of input was previously enabled. Otherwise, it is zero.
This function does not disable input from installable drivers, nor does it disable device drivers.