i have a simple question on terminating processes
-
Hello, seems i have a problem on terminating processes by name. I need visual C, not c++ code to terminate processes. Does anybody have this? I wonder if it's even possible because i wrote some c++ code that terminates processes by name using szName but when i did a conversion to C gave me a lot of errors. If anybody has visual C code to terminate process, PLEASE HELP ME! Oh by the way i am looking for this api: TerminateProcess(...) -Ryan M.
-
Hello, seems i have a problem on terminating processes by name. I need visual C, not c++ code to terminate processes. Does anybody have this? I wonder if it's even possible because i wrote some c++ code that terminates processes by name using szName but when i did a conversion to C gave me a lot of errors. If anybody has visual C code to terminate process, PLEASE HELP ME! Oh by the way i am looking for this api: TerminateProcess(...) -Ryan M.
TerminateProcess(...) are you looking for this api ?
God is Real, unless declared Integer.
-
TerminateProcess(...) are you looking for this api ?
God is Real, unless declared Integer.
Hi! But what Jeff Richter says, TerminateProcess() doesn't give a clean exit. Instead TerminateThread() or ExitProcess() can be used. TerminateProcess() is brutal.
-
Hi! But what Jeff Richter says, TerminateProcess() doesn't give a clean exit. Instead TerminateThread() or ExitProcess() can be used. TerminateProcess() is brutal.
may be, or may be not, the poster was looking for TerminateProcess and thats the answer for him. :-) and he acknowledged it.
God is Real, unless declared Integer.