Commit in reactos/include/ntos on MAIN
ps.h+81.11 -> 1.12
forgot to add job access rights

reactos/include/ntos
ps.h 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- ps.h	19 Sep 2004 14:36:47 -0000	1.11
+++ ps.h	23 Sep 2004 16:53:25 -0000	1.12
@@ -34,6 +34,14 @@
 #define PROCESS_PRIORITY_CLASS_BELOW_NORMAL (1) /* FIXME */
 #define PROCESS_PRIORITY_CLASS_ABOVE_NORMAL (3) /* FIXME */
 
+/* Job access rights */
+#define JOB_OBJECT_ASSIGN_PROCESS	(1)
+#define JOB_OBJECT_SET_ATTRIBUTES	(2)
+#define JOB_OBJECT_QUERY	(4)
+#define JOB_OBJECT_TERMINATE	(8)
+#define JOB_OBJECT_SET_SECURITY_ATTRIBUTES	(16)
+#define JOB_OBJECT_ALL_ACCESS	(STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|31)
+
 #ifndef __USE_W32API
 
 /* Thread access rights */
CVSspam 0.2.8