I am writting a UMDF Driver, which will use keybd_event to send key stroke.
But it failed.
Could I use this function this way?
How does UMDF driver send key stroke & mouse event?
Thanks!
Joshua
Drivers, including UMDF ones, are global per machine. User interfaces are not - there is Remote Desktop and Fast User Switching.
So, the correct solution is the helper applet, started by shell's Run registry key in each user interactive session, talking to your driver and sending the keyboard events to this session.
--
Maxim S. Shatskih
Windows DDK MVP
ma...@storagecraft.com
http://www.storagecraft.com
"joshuachuang" <jos...@pie.com.tw> wrote in message news:B42BCAE1-5608-4EED...@microsoft.com...
d
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"joshuachuang" <jos...@pie.com.tw> wrote in message
news:B42BCAE1-5608-4EED...@microsoft.com...
Can it be done by using KMDF driver?
If not, I just don't need to try more ...
Thanks sooooooo much.
"Doron Holan [MSFT]" wrote:
> .
>
Any suggestion?
Thanks!
Joshua
Tell him/her this is impossible, without making major hacks and unfixable bugs (up to Explorer being dead after installing a fix from Windows Update).
> Can it be done by using KMDF driver?
No.
d
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"joshuachuang" <jos...@pie.com.tw> wrote in message
news:C5D84B25-66FA-4549...@microsoft.com...