COM question, how to corelate a COM server(EXE) created by a client request.

  • Thread starter Thread starter GHANASHYAM SATPATHY
  • Start date Start date
G

GHANASHYAM SATPATHY

Guest
I have a COM server(EXE) and when I access the object first time using CoCreateInstance/Ex the EXE starts running. However the parent for this process seems to be svchost.exe , not the client application that asked for the Object Activation. I verified with ProcExplorer of sysinternal utils. Even the through ETW and WMI I see similar correlation about parent process.

How can I correlate to my original client application with the COM exe?

Any help is highly appreciated.

Thanks.

Continue reading...
 
Back
Top