Added comments about systemHandleInfo.

svn path=/trunk/; revision=13822
This commit is contained in:
James Tabor 2005-03-05 00:21:38 +00:00
parent e2444ad438
commit 3d5ac6b2be

View file

@ -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;