| Description | Hierarchy | Fields | Methods | Properties | 
type tagPROCESSENTRY32W = record
dwSize: DWORD; | 
cntUsage: DWORD; | 
th32ProcessID: DWORD; | 
th32DefaultHeapID: DWORD; | 
th32ModuleID: DWORD; | 
cntThreads: DWORD; | 
th32ParentProcessID: DWORD; | 
pcPriClassBase: Longint; | 
dwFlags: DWORD; | 
szExeFile: array[0..MAX_PATH - 1] of WChar; | 
dwSize: DWORD; | 
cntUsage: DWORD; | 
th32ProcessID: DWORD; | 
th32DefaultHeapID: DWORD; | 
| 
 this process  | 
th32ModuleID: DWORD; | 
cntThreads: DWORD; | 
| 
 associated exe  | 
th32ParentProcessID: DWORD; | 
pcPriClassBase: Longint; | 
| 
 this process's parent process  | 
dwFlags: DWORD; | 
| 
 Base priority of process's threads  | 
szExeFile: array[0..MAX_PATH - 1] of WChar; | 
(c) 2012 Lake of Soft