mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
forgot to add job access rights
svn path=/trunk/; revision=11002
This commit is contained in:
parent
dcea0ecb49
commit
08dea69da5
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,14 @@
|
||||||
#define PROCESS_PRIORITY_CLASS_BELOW_NORMAL (1) /* FIXME */
|
#define PROCESS_PRIORITY_CLASS_BELOW_NORMAL (1) /* FIXME */
|
||||||
#define PROCESS_PRIORITY_CLASS_ABOVE_NORMAL (3) /* 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
|
#ifndef __USE_W32API
|
||||||
|
|
||||||
/* Thread access rights */
|
/* Thread access rights */
|
||||||
|
|
Loading…
Reference in a new issue