mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[XDK] Addendum to r67919.
svn path=/trunk/; revision=67954
This commit is contained in:
parent
b97ddad165
commit
aecde940b9
1 changed files with 3 additions and 2 deletions
|
@ -3995,8 +3995,9 @@ typedef union _FILE_SEGMENT_ELEMENT {
|
|||
#define JOB_OBJECT_LIMIT_PROCESS_MEMORY 0x0100
|
||||
#define JOB_OBJECT_LIMIT_JOB_MEMORY 0x0200
|
||||
#define JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION 0x0400
|
||||
#define JOB_OBJECT_BREAKAWAY_OK 0x0800
|
||||
#define JOB_OBJECT_SILENT_BREAKAWAY 0x1000
|
||||
#define JOB_OBJECT_LIMIT_BREAKAWAY_OK 0x0800
|
||||
#define JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK 0x1000
|
||||
#define JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE 0x2000
|
||||
|
||||
/* JOBOBJECT_BASIC_UI_RESTRICTIONS.UIRestrictionsClass constants */
|
||||
#define JOB_OBJECT_UILIMIT_HANDLES 0x0001
|
||||
|
|
Loading…
Reference in a new issue