NtSuspendProcess

[DllImport("ntdll.dll", SetLastError = true)]
public static extern int NtSuspendProcess(
   IntPtr ProcessHandle
);

Last updated