Question

Is there a way to intercept window messages from another app other than a global message hook? Platform: Windows XP.

Was it helpful?

Solution

You can set a hook procedure by calling SetWindowHookEx function. Specify the identifier of the thread with which the hook procedure is to be associated. MSDN

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top