Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

Background:
I need to implement a program that can get KB and mouse events from several HIDs and be able to know from which HID it came from.

Tried solutions:
1. Winhooks - the problem is, I do not know which HID it came from
2. RawInputData - can get the HID events and map it correctly to the device the problem is, I need to block the input from being displayed by the OS

So I need to be able to get the HID inputs before the driver and not by getting it using WM_INPUT message which is already sent by the OS.

So does anyone know how I can do that?
Thank you very much!
Posted

1 solution

Create your own driver.

check the WDDK (windows driver development kit)
 
Share this answer
 
Comments
micard 25-Apr-11 23:42pm    
hello,

i am now using wdk and the kbfiltr sample,
do you know how i can send data from the kbfiltr to a given user application?

thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900