.
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!
The Process32First API
6/24/2009 10:40:02 AM - decebal mihailescu-192.193.221.142
Click to read this page1/15/2013 2:20:34 AM - -74.212.48.23
The CreateToolhelp32Snapshot API
5/16/2012 10:18:22 AM - -87.82.247.18