Software Development Network>> Smart Devicet>> Killing Processes - CF1 SP3
If I want to kill a process (if and only if it is running), how can I do this using CF1
PInvoke
Thanks again! (as always)
Please see this:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/ProcessManager.asp
If you look through the sample you'll see it's all done via native APIs so it’s done the very same way.
Killing Processes - CF1 SP3
Ning
Please see this:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/ProcessManager.asp
cbpd86
Mark B .
If you look through the sample you'll see it's all done via native APIs so it’s done the very same way.