Is there a way to way set process security permissions or some other way to disable Windows from loading global window hook dlls? I don t want to disable SetWindowsHookEx, I just want to disable the hook dll from loading in my process.
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...