mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:25:43 +00:00
- Add job limit flags (based on MSDN info)
svn path=/trunk/; revision=41391
This commit is contained in:
parent
3f9540dadd
commit
1b75d3dfa3
1 changed files with 19 additions and 0 deletions
|
@ -171,6 +171,25 @@ Author:
|
|||
SYNCHRONIZE | \
|
||||
31)
|
||||
|
||||
//
|
||||
// Job Limit Flags
|
||||
//
|
||||
#define JOB_OBJECT_LIMIT_WORKINGSET 0x1
|
||||
#define JOB_OBJECT_LIMIT_PROCESS_TIME 0x2
|
||||
#define JOB_OBJECT_LIMIT_JOB_TIME 0x4
|
||||
#define JOB_OBJECT_LIMIT_ACTIVE_PROCESS 0x8
|
||||
#define JOB_OBJECT_LIMIT_AFFINITY 0x10
|
||||
#define JOB_OBJECT_LIMIT_PRIORITY_CLASS 0x20
|
||||
#define JOB_OBJECT_LIMIT_PRESERVE_JOB_TIME 0x40
|
||||
#define JOB_OBJECT_LIMIT_SCHEDULING_CLASS 0x80
|
||||
#define JOB_OBJECT_LIMIT_PROCESS_MEMORY 0x100
|
||||
#define JOB_OBJECT_LIMIT_JOB_MEMORY 0x200
|
||||
#define JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION 0x400
|
||||
#define JOB_OBJECT_LIMIT_BREAKAWAY_OK 0x800
|
||||
#define JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK 0x1000
|
||||
#define JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE 0x2000
|
||||
|
||||
|
||||
//
|
||||
// Cross Thread Flags
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue