@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", PreserveSig = false)] public static extern void NtSuspendProcess(IntPtr processHandle); !!!!VB Signature: <DllImport("ntdll.dll", PreserveSig:=False)> _ Public Shared Sub NtSuspendProcess(ByVal ProcessHandle As IntPtr) End Sub !!!!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.