From: Sri on 22 Sep 2006 05:59 I wanted to stop an application running in Pocket PC. I have started the application using the RAPI methos "CeCreateProcess". I could not find any method in RAPI to kill or stop the process. Please let me know how to stop the process which is created using CeCreateProcess. Thanks Sri
From: indiekiduk on 23 Sep 2006 09:06 How itsutils does it is it copies it's own dll to the device and you make rapi calls to that which in turn can kill processes running on the device. See here: http://www.xs4all.nl/~itsme/projects/xda/tools.html Sri wrote: > I wanted to stop an application running in Pocket PC. I have started > the application using the RAPI methos "CeCreateProcess". I could not > find any method in RAPI to kill or stop the process. Please let me know > how to stop the process which is created using CeCreateProcess. > > Thanks > Sri
From: Sri on 26 Sep 2006 05:07 Thanks for your reply. I tried using itsutils.dll. But it does not seems to work. "Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence." is the message i got after calling the ITTerminateProcess method. Please let me know what am I doing wrong. Thanks Sri indiekiduk wrote: > How itsutils does it is it copies it's own dll to the device and you > make rapi calls to that which in turn can kill processes running on the > device. > See here: http://www.xs4all.nl/~itsme/projects/xda/tools.html > > > > Sri wrote: > > I wanted to stop an application running in Pocket PC. I have started > > the application using the RAPI methos "CeCreateProcess". I could not > > find any method in RAPI to kill or stop the process. Please let me know > > how to stop the process which is created using CeCreateProcess. > > > > Thanks > > Sri
|
Pages: 1 Prev: eVC4 to VS 2005 Migration DoModal() failure Next: ImmGetVirtualKey |