* include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK): Define.
(JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define. (JOB_OBJECT_BREAKAWAY_OK): Define as JOB_OBJECT_LIMIT_BREAKAWAY_OK and mark as kept for backward compatibility only. (JOB_OBJECT_SILENT_BREAKAWAY): Define as JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK and mark as kept for backward compatibility only.
This commit is contained in:
parent
185ad82d2d
commit
964a927fe6
@ -1,3 +1,13 @@
|
|||||||
|
2011-12-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK): Define.
|
||||||
|
(JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define.
|
||||||
|
(JOB_OBJECT_BREAKAWAY_OK): Define as JOB_OBJECT_LIMIT_BREAKAWAY_OK
|
||||||
|
and mark as kept for backward compatibility only.
|
||||||
|
(JOB_OBJECT_SILENT_BREAKAWAY): Define as
|
||||||
|
JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK and mark as kept for backward
|
||||||
|
compatibility only.
|
||||||
|
|
||||||
2011-12-22 Corinna Vinschen <corinna@vinschen.de>
|
2011-12-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/winnt.h: Add missing PROCESS_QUERY_LIMITED_INFORMATION.
|
* include/winnt.h: Add missing PROCESS_QUERY_LIMITED_INFORMATION.
|
||||||
|
@ -3503,8 +3503,12 @@ typedef union _FILE_SEGMENT_ELEMENT {
|
|||||||
#define JOB_OBJECT_LIMIT_PROCESS_MEMORY 0x0100
|
#define JOB_OBJECT_LIMIT_PROCESS_MEMORY 0x0100
|
||||||
#define JOB_OBJECT_LIMIT_JOB_MEMORY 0x0200
|
#define JOB_OBJECT_LIMIT_JOB_MEMORY 0x0200
|
||||||
#define JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION 0x0400
|
#define JOB_OBJECT_LIMIT_DIE_ON_UNHANDLED_EXCEPTION 0x0400
|
||||||
#define JOB_OBJECT_BREAKAWAY_OK 0x0800
|
#define JOB_OBJECT_LIMIT_BREAKAWAY_OK 0x0800
|
||||||
#define JOB_OBJECT_SILENT_BREAKAWAY 0x1000
|
#define JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK 0x1000
|
||||||
|
|
||||||
|
/* Wrong definitions, but keep for backward compatibility. */
|
||||||
|
#define JOB_OBJECT_BREAKAWAY_OK JOB_OBJECT_LIMIT_BREAKAWAY_OK
|
||||||
|
#define JOB_OBJECT_SILENT_BREAKAWAY JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK
|
||||||
|
|
||||||
/* JOBOBJECT_BASIC_UI_RESTRICTIONS.UIRestrictionsClass constants */
|
/* JOBOBJECT_BASIC_UI_RESTRICTIONS.UIRestrictionsClass constants */
|
||||||
#define JOB_OBJECT_UILIMIT_HANDLES 0x0001
|
#define JOB_OBJECT_UILIMIT_HANDLES 0x0001
|
||||||
|
Loading…
x
Reference in New Issue
Block a user