I have an MFC application whihc uses COM. I used to have a ATL Com
project which it interacted with, and I could debug interface
refcounting with the _ATL_DEBUG_INTERFACES macro. This ATL project has
been replaced by a C# project with COM introp. Is there a way to debug
the interface refcounting now?
-Kjetil.