From: J.R. Heisey on 9 Jun 2010 18:11 Hi, I tried using SendInput() but it does not look like our keyboard filter in our driver is seeing these keystrokes. * Can anyone confirm that this does or does not work? * Can anyone tell me how to get a driver keyboard filter to see simulated keystrokes. Regards, J.R. Heisey Lead Software Engineer Synaptics, Inc.
From: Doron Holan [MSFT] on 9 Jun 2010 18:20 how would that work? which keyboard stack would sendinput send keystrokes through? and how would it even do that since it is the port driver's job to call up the chain with input. SendInput is user mode only, it does not have a filtering model. you might be able to use a keyboard hook to see the input, but I don't think you can distinguish between SendInput generated input and km driver generated input in the hook d "J.R. Heisey" wrote in message news:ORAi$BCCLHA.4400(a)TK2MSFTNGP05.phx.gbl... Hi, I tried using SendInput() but it does not look like our keyboard filter in our driver is seeing these keystrokes. * Can anyone confirm that this does or does not work? * Can anyone tell me how to get a driver keyboard filter to see simulated keystrokes. Regards, J.R. Heisey Lead Software Engineer Synaptics, Inc.
|
Pages: 1 Prev: OPenFileDialog in Unidriver printer drive Next: Intercepting and blocking registry access |