I have an interface pointer to an COM object sitting within process 1. I would like to get access to the same object from another process. How can I achieve this purpose? I believe directly passing over the pointer wouldn't work due to different address spaces. I know it involves the marshaling/proxy/stub stuff. But I don't know details.
Can somebody provide some detailed instructions regarding the steps to follow and the functions to call? Thanks a lot. I am not the designer for the COM object itself. I am just using it.