So I can set a global low level keyboard hook from within a DLL pretty easily, but does it actually load that DLL into every process? How is it then, "Global" ?
Any useful insight into the way this works?
I use the command line program "tasklist" with the /M option to view loaded .DLLs and I don't even see the global hook DLL loaded in my app.
Something strange going on?
Also I might be statically linking to the DLL...