System Wide Hook from Service
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am having problems installing a system wide hook from a service. The hook is installed by the service when it starts. I am using PostThreadMessage() to forward messages from the hook DLL to my service's thread. At first I thought there was a problem sending the thread messages, but with further poking around I found that the DLL hook doesn't seem to be receiving any messages to forward. I think this make be related to the "desktop" the service runs in. I have specified the "interact with desktop" flag when creating the service though. Can anyone give me any ideas? Thanks! -- Dana Holt Xenos Software