Source position: jwatlhelp32.pas line 235
type tagPROCESSENTRY32 = record  | 
dwSize: DWORD;  | 
cntUsage: DWORD;  | 
th32ProcessID: DWORD;  | 
th32DefaultHeapID: ULONG_PTR;  | 
th32ModuleID: DWORD;  | 
cntThreads: DWORD;  | 
th32ParentProcessID: DWORD;  | 
pcPriClassBase: LONG;  | 
dwFlags: DWORD;  | 
szExeFile: array [0..MAX_PATH-1] of AnsiChar;  | 
end;  |