WH_KEYBOARD_LL and WH_MOUSE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where can I find the values for WH_KEYBOARD_LL and WH_MOUSE for .NetCF?
Apparently they are different than the WinAPI ones. I saw somewhere that
WH_KEYBOARD_LL is 20 and not 13. But I cannot find the .h file that defines
this.

I'm trying to use key and mouse hooks for WM 5.0.

Anyone know the secret file?

Thanks,
Jack
 
Mouse hooks are unsupported. Keyboard hook values are identical to those in
the desktop. IIRC pwinuser.h is where hook constants are defined.

-Chris
 
Thanks Chris!

It was driving me nuts trying to get it to work!

This was related to the post about getting the idle time, to which you
already answered. And I tried your suggestion of using OpenNETCF. The
IMessageFilter works beautifully.

I just thought I'd try alternatives to get a feel for what will work best in
my situation. Looks like IMessageFilter is the way to go.

Thanks again!

Jack
 
Back
Top