russellbcopeland
Programmer
I can get a list of all of the process running using the psapi and the tools calls in the kernel32 but cant seem to kill any of the process I find. I have tried sending a WM_CLOSE and also calling TerminateProcess and have not been able to stop the process from running.
My end goal is to kill a task that I did not start. This task is a windowless task that just shows up under process in the Win2K task manager. It can be ended from there manually.
Any ideas?
Thanks,
Russell
My end goal is to kill a task that I did not start. This task is a windowless task that just shows up under process in the Win2K task manager. It can be ended from there manually.
Any ideas?
Thanks,
Russell