Hey

I am trying to use SetWindowHookEx() API to inject my code into another process, but I am kinda lost with the hook procedure that should be placed in the .dll file

is there an explaination about how to build a hook procedure?

thanks in advance!