Added comments about systemHandleInfo.
Modified: trunk/reactos/ntoskrnl/ob/handle.c
_____
Modified: trunk/reactos/ntoskrnl/ob/handle.c
--- trunk/reactos/ntoskrnl/ob/handle.c 2005-03-04 20:56:32 UTC (rev
13821)
+++ trunk/reactos/ntoskrnl/ob/handle.c 2005-03-05 00:21:38 UTC (rev
13822)
@@ -1089,6 +1089,11 @@
// 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;