How can my app find the sender of a windows message?

后端 未结 3 1902
無奈伤痛
無奈伤痛 2020-12-03 17:23

I have an app which uses a keyboard hook procedure in a library. The wParam in the hook for one message is 255 which we think is \"(reserved / OEMClear)\". I\'d like to work

3条回答
  •  一整个雨季
    2020-12-03 17:57

    Im not sure if this does what you want it to but have a look at Process Monitor by sysinternals.

    http:// technet.microsoft.com/en-us/sysinternals/bb896645.aspx

    It shows everything that happens to a process so i assume it catches messages as well. The site was down at time of writing so i couldnt check.

提交回复
热议问题