What is the best mechanism for inter process communication between the injected hook DLL and the process that injected it into the external application.

What I want is to forward all the messages that my DLL intercepts to my original application, this have to be made in some king of synchronized manner.

Many thanks Henrik