mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
SystemProcessInformation: PPID retrieved.
Now tlist shows correct parent-child relations. svn path=/trunk/; revision=5651
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: sysinfo.c,v 1.23 2003/07/17 16:57:38 silverblade Exp $
|
||||
/* $Id: sysinfo.c,v 1.24 2003/08/18 15:18:03 ea Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
@@ -527,7 +527,7 @@ QSI_DEF(SystemProcessInformation)
|
||||
|
||||
SpiCur->BasePriority = 0; // FIXME
|
||||
SpiCur->ProcessId = pr->UniqueProcessId;
|
||||
SpiCur->InheritedFromProcessId = 0; // FIXME
|
||||
SpiCur->InheritedFromProcessId = (DWORD)(pr->InheritedFromUniqueProcessId);
|
||||
SpiCur->HandleCount = 0; // FIXME
|
||||
SpiCur->VmCounters.PeakVirtualSize = pr->PeakVirtualSize;
|
||||
SpiCur->VmCounters.VirtualSize = 0; // FIXME
|
||||
|
||||
Reference in New Issue
Block a user