mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PSDK] Update JOB_OBJECT_* defines.
svn path=/trunk/; revision=67919
This commit is contained in:
@@ -5890,8 +5890,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
|
||||
|
||||
Reference in New Issue
Block a user