TerminateProces() vs. NtTerminateProcess() -> which is better?

closed account (3hMz8vqX)
Hi all,
i have a small question -
is the NtTerminateProcess powerful than TerminateProcess
if not which is the most powerful process kill API?
http://msdn.microsoft.com/en-us/library/windows/desktop/ms686714(v=vs.85).aspx

http://msdn.microsoft.com/en-us/library/windows/hardware/ff557699(v=vs.85).aspx

NtTerminateProcess is for drivers and for parts of the OS itself. I don't think you should use it unless you work at Microsoft designing the next operating systems.
Last edited on
Topic archived. No new replies allowed.