Group: Performance Monitoring - Library: kernel32
Enumerating Processes -- Win9*
BOOL WINAPI Process32First(
HANDLE hSnapshot,
LPPROCESSENTRY32 lppe
); DECLARE INTEGER Process32First IN kernel32;
INTEGER hSnapshot,;
STRING @ lppe hSnapshot [in] Handle to the snapshot returned from a previous call to the CreateToolhelp32Snapshot function.
lppe [in/out] Pointer to a PROCESSENTRY32 structure.
Returns TRUE if the first 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.
Home