I have an ATL service running as a server out of turn that has several COM classes that clients are supposed to use. Due to a change in requirements, I must be able to determine which process belongs to those object instances. I am trying to use some COM functions to find out this information, but I can not find the right ones. CoGetCallContext returns only information about the user who called the method, and not about which process it came from. Same thing with CoQueryClientBlanket . What function can I use to find out this information?
source share