PDA

Click to See Complete Forum and Search --> : RpcSs


Yaron
Aug 21st, 2000, 09:17 AM
I am runnig process A. process A is running process B (B is activeX EXE). Function I wrote to get the parent Process ID returns with the ID of the service "RpcSs.exe" and not of process A as expected. Does anyone know how to overcome this problem ?

Thanks

parksie
Aug 21st, 2000, 07:04 PM
Why not get all the apps you make to keep track of their own process ID, and return that when asked?

Yaron
Aug 23rd, 2000, 04:35 AM
Because I was only wrote process B. Any sugesstions ?