I am writing a program to Unhook key loggers (in c#). I know the hookid of the SetWindowsHookEx, as well as the dwThreadId, but I don't have IntPtr of the actual SetWindowsHookEx. How would I go about managing this? (Sorry for not knowing how to explain this well enough)

link|improve this question

78% accept rate
1  
You don't have the IntPtr. End of story. Very much by design. – Hans Passant Sep 10 '11 at 23:52
One would ask why use C# - it would look like you are working at the native level so a native application (C/C++ or similar) would serve you better. – Shaun Wilde Sep 11 '11 at 5:35
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.