Quote:
|
Originally Posted by omega_red
You should read carefully. If the process handle is 0, this function terminates all threads of current process, except current thread.
|
except current thread Where u got that message??
As it stated
ZwTerminateProcess terminates a process and the threads that
it contains.
Quote:
Parameters
ProcessHandle
A handle to a process object.The handle must grant PROCESS_TERMINATE access. If this
value is zero, the current process is terminated.
|
I try pass NULL(0) as parameter as want to terminate current process ,but it do nothing.