@msdn=http://search.microsoft.com.sixxs.org/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net.sixxs.org/$$$.htm 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: NtSuspendProcess@msdn on MSDN
Edit ntdll.NtSuspendPr...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.