I cheked kbfiltr example from WINDDK.
Can u elaborate this like where i can see the eaxct data\character
pressed from keyboard.
After loading the driver should i start noteopad n check it or throug
debugger?
What abt the filter diver which is present as a part of
windows/system32/driver/...



--
nash
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Re: where we can capture URB data at first by Maxim

Maxim
Thu May 18 09:04:40 CDT 2006

> I cheked kbfiltr example from WINDDK.
> Can u elaborate this like where i can see the eaxct data\character
> pressed from keyboard.

You will see the raw scancodes only (sorry, no characters at this level) in the
array passed to the callback from below to kbdfiltr, the callback which kbdfilr
passes up in turn.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


Re: where we can capture URB data at first by Doron

Doron
Fri May 19 22:02:40 CDT 2006

the ClassServiceCallback. at the driver level you only get scancodes. the
window manager translates scan codes into characters.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:esyAAQoeGHA.1456@TK2MSFTNGP04.phx.gbl...
>> I cheked kbfiltr example from WINDDK.
>> Can u elaborate this like where i can see the eaxct data\character
>> pressed from keyboard.
>
> You will see the raw scancodes only (sorry, no characters at this level)
> in the
> array passed to the callback from below to kbdfiltr, the callback which
> kbdfilr
> passes up in turn.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>