mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
forgot to add job access rights
svn path=/trunk/; revision=11002
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user