| 
    Process Hacker
    
   | 
 
#include <exttools.h>
Data Fields | |
| LIST_ENTRY | AgeListEntry | 
| ULONG | AddTime | 
| ULONG | FreshTime | 
| HANDLE | ProcessId | 
| PPH_STRING | FileName | 
| PPH_STRING | FileNameWin32 | 
| PPH_STRING | ProcessName | 
| PET_PROCESS_ICON | ProcessIcon | 
| PPH_PROCESS_RECORD | ProcessRecord | 
| ULONG | IoPriority | 
| ULONG | ResponseTimeCount | 
| FLOAT | ResponseTimeTotal | 
| FLOAT | ResponseTimeAverage | 
| ULONG64 | ReadTotal | 
| ULONG64 | WriteTotal | 
| ULONG64 | ReadDelta | 
| ULONG64 | WriteDelta | 
| ULONG64 | ReadAverage | 
| ULONG64 | WriteAverage | 
| ULONG64 | ReadHistory [HISTORY_SIZE] | 
| ULONG64 | WriteHistory [HISTORY_SIZE] | 
| ULONG | HistoryCount | 
| ULONG | HistoryPosition | 
Definition at line 33 of file exttools.h.
| ULONG AddTime | 
Definition at line 36 of file exttools.h.
| LIST_ENTRY AgeListEntry | 
Definition at line 35 of file exttools.h.
| PPH_STRING FileName | 
Definition at line 40 of file exttools.h.
| PPH_STRING FileNameWin32 | 
Definition at line 41 of file exttools.h.
| ULONG FreshTime | 
Definition at line 37 of file exttools.h.
| ULONG HistoryCount | 
Definition at line 61 of file exttools.h.
| ULONG HistoryPosition | 
Definition at line 62 of file exttools.h.
| ULONG IoPriority | 
Definition at line 47 of file exttools.h.
| PET_PROCESS_ICON ProcessIcon | 
Definition at line 44 of file exttools.h.
| HANDLE ProcessId | 
Definition at line 39 of file exttools.h.
| PPH_STRING ProcessName | 
Definition at line 43 of file exttools.h.
| PPH_PROCESS_RECORD ProcessRecord | 
Definition at line 45 of file exttools.h.
| ULONG64 ReadAverage | 
Definition at line 56 of file exttools.h.
| ULONG64 ReadDelta | 
Definition at line 54 of file exttools.h.
| ULONG64 ReadHistory[HISTORY_SIZE] | 
Definition at line 59 of file exttools.h.
| ULONG64 ReadTotal | 
Definition at line 52 of file exttools.h.
| FLOAT ResponseTimeAverage | 
Definition at line 50 of file exttools.h.
| ULONG ResponseTimeCount | 
Definition at line 48 of file exttools.h.
| FLOAT ResponseTimeTotal | 
Definition at line 49 of file exttools.h.
| ULONG64 WriteAverage | 
Definition at line 57 of file exttools.h.
| ULONG64 WriteDelta | 
Definition at line 55 of file exttools.h.
| ULONG64 WriteHistory[HISTORY_SIZE] | 
Definition at line 60 of file exttools.h.
| ULONG64 WriteTotal | 
Definition at line 53 of file exttools.h.