Can I call a windows service function with a specific return type?
I need the return type to be an object so if I change anything in it, the other program will find it out. i mean both programs use the same reference to the same object ! Is it possible ?