--- In [email protected], "brucexs" <bswit...@...> wrote: > Not sure what you are referring to. PowerPro uses the old style global hooks > which inject code into process space of hooked process -- I believe the > pprodll hook code actual runs using the thread of the hooked process. Its not > a powerpro process thread anyway. >
I knew it uses CBT hook (right?), however, I mistakenly thought that HookWindowEvents allowed preventing the hooked event from occurring, e.g., prevent notepad.exe from ever starting etc., but turned out not after rereading the help file. So, no need of SendMessage alike. > There are post-2000 hooks that run in the process space of the process that > placed the hooks -- I believe that the keytray and mousetrap plugins use > them. I don't think they use sendmessage either but I have not used them in > detail. > Yes, I've never met a problem in using COM with these LL hooks.
