Undocumented functions of NTDLL

2OOO, 18 October


NtTerminateProcess
NtTerminateProcess

NTSYSAPI 
NTSTATUS
NTAPI

NtTerminateProcess(
IN HANDLE ProcessHandle OPTIONAL, IN NTSTATUS ExitStatus );


ProcessHandle

If not specified, caller process is killed.





Requirements:
Library: ntdll.lib




See also:
NtCreateProcess
NtOpenProcess
LdrShutdownProcess