I have injected a dll into a process and I have a seperate process, which is my program, that I want to call a function that is in the dll (which is now injected into a seperate process). I am very confused as to how I would go about doing this.

Edit: Just realized this probably belongs in the Windows forum.