[DllImport("ntdll.dll", SetLastError = false)]
public static extern IntPtr NtSuspendProcess(IntPtr ProcessHandle);
<DllImport("ntdll.dll", SetLastError:=False)> _
Public Shared Function NtSuspendProcess(ByVal ProcessHandle As IntPtr) As IntPtr
End Function
None.
None.
None.
Please add some!
Please add some!