I have two Windows services, the first one written in C# and the second written in unmanaged C++, I want to know how can I do two-way interprocess communication.
Create a Singleton COM object. Maintain data in this COM object, which can be read by both C++ and C# applications.