My goal is to monitorize global events like mouse or keyboard events.
I use a low-level keyboard hook to get keyboard input by using the
SetWindowsHookEx function with WH_KEYBOARD_LL and it works perfectly, but
when I use SetWindowsHookEx with WH_JOURNALPLAYBACK or WH_JOURNALRECORD
returned an error 87 (incorrect parameter).
I don't know how QASetWindowsJournalHook function works because it don't
appears in msdn documentation, but I see that somebody talks about it in some
forums.
Someone can help me, and knows how QASetWindowsJournalHook works or how I
can capture mouse events and the position (x,y) where the user pushes
the screen?
Thanks in advance.
Paul T.
"AtChangedHand" <AtChan...@discussions.microsoft.com> wrote in message
news:00BC5254-BB08-41DC...@microsoft.com...