Re: End Processes
- Posted by dcole Apr 28, 2011
- 1472 views
andi49 said...
maybe this links will help
usage of taskkill http://msdn.microsoft.com/en-us/library/bb491009.aspx
or WinApi with TerminateProcess http://msdn.microsoft.com/en-us/library/ms686714%28v=vs.85%29.aspx
Andreas
Thank you Andreas,
But I don't know how to wrap these Apis.
Don Cole