Source position: jwawinternl.pas line 295
type _SYSTEM_PROCESS_INFORMATION = record |
NextEntryOffset: ULONG; |
Reserved1: array [0..51] of Byte; |
Reserved2: array [0..2] of PVOID; |
UniqueProcessId: HANDLE; |
Reserved3: PVOID; |
HandleCount: ULONG; |
Reserved4: array [0..3] of Byte; |
Reserved5: array [0..11] of PVOID; |
PeakPagefileUsage: SIZE_T; |
PrivatePageCount: SIZE_T; |
Reserved6: array [0..5] of LARGE_INTEGER; |
end; |