when i try to replace my own (in the current process) wndproc function
- all works fine - all messages pass throught the "hook" function
first.
But, when i try to do so on another process/window - when i pass the
function that is implemented in my own EXE instead of the original
function - the "hooked" window does not respond and i don't recieve
any messages.
what could the problem be?