Group: Performance Monitoring - Library: kernel32
Enumerating Processes -- Win9*
BOOL WINAPI Process32Next(
HANDLE hSnapshot,
LPPROCESSENTRY32 lppe
);
DECLARE INTEGER Process32Next IN kernel32;
INTEGER hSnapshot,;
STRING @ lppe
hSnapshot [in] Handle to the snapshot returned from a previous call to the CreateToolhelp32Snapshot function.
lppe [out] Pointer to a PROCESSENTRY32 structure.
Returns TRUE if the next entry of the process list has been copied to the buffer or FALSE otherwise.
Windows NT/2000/XP: Included in Windows 2000 and later.
Windows 95/98/Me: Included in Windows 95 and later.