MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / TerminateProcess

Function TerminateProcess

Kernel-Bridge/API/ProcessesUtils.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145 _IRQL_requires_max_(PASSIVE_LEVEL)
146 NTSTATUS TerminateProcess(HANDLE hProcess, NTSTATUS ExitStatus) {
147 return ZwTerminateProcess(hProcess, ExitStatus);
148 }
149 }
150
151 namespace Threads {

Callers 1

TerminateProcessByPidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected