NtSuspendProcess (ntdll)
Last changed: -71.95.225.115

.
Summary
Suspends a process. Argument ProcessHandle is the handle of the process.

C# Signature:

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

VB Signature:

  <DllImport("ntdll.dll", SetLastError:=False)> _
    Public Shared Function NtSuspendProcess(ByVal ProcessHandle As IntPtr) As IntPtr
    End Function

User-Defined Types:

None.

Alternative Managed API:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation