mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 08:13:25 +00:00
Added comments about systemHandleInfo.
svn path=/trunk/; revision=13822
This commit is contained in:
parent
e2444ad438
commit
3d5ac6b2be
1 changed files with 5 additions and 0 deletions
|
@ -1089,6 +1089,11 @@ ObpGetNextHandleByProcessCount(PSYSTEM_HANDLE_TABLE_ENTRY_INFO pshi,
|
|||
|
||||
// pshi->HandleValue;
|
||||
|
||||
/*
|
||||
This will never work with ROS! M$, I guess uses 0 -> 65535.
|
||||
Ros uses 0 -> 4294967295!
|
||||
*/
|
||||
|
||||
P = (ULONG) Process->UniqueProcessId;
|
||||
pshi->UniqueProcessId = (USHORT) P;
|
||||
|
||||
|
|
Loading…
Reference in a new issue