@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The Process32First API !!!!C# Signature: [DllImport("kernel32.dll")] static extern bool Process32First(IntPtr hSnapshot, ref PROCESSENTRY32 lppe); !!!!VB.NET Signature: <DllImport("kernel32.dll")> _ Private Shared Function Process32First(ByVal hSnapshot As IntPtr, ByRef lppe As PROCESSENTRY32) As Boolean End Function !!!!User-Defined Types: PROCESSENTRY32 !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: None. !!!!See also: [CreateToolhelp32Snapshot] !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: Process32First@msdn on MSDN
Edit kernel32.Process3...
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.