Hello group,
The problem I am facing is application exits at line
proc.Open(procName). I am trying to catch the exit status of a process from different process. I added the PowerManagement capability required by RProcess..
RProcess proc;
_LIT(KMatchName,"SomeProcess*");
TFindProcess procName(KMatchName);
TInt rc = proc.Open(procName);
if (rc != KErrNone)
{
/* open failed, handle error */
}
But the open()does not let move forward..
Please help...
Regards
Sharat

Reply With Quote



