[ros-diffs] [jimtabor] 13822: Added comments about systemHandleInfo.

jimtabor at svn.reactos.com jimtabor at svn.reactos.com
Sat Mar 5 01:21:39 CET 2005


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;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050305/4580ff7b/attachment.html


More information about the Ros-diffs mailing list