File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5053,6 +5053,7 @@ NtQueryInformationAtom(
5053
5053
#define FLG_HEAP_VALIDATE_ALL 0x00000080 // u
5054
5054
5055
5055
#define FLG_APPLICATION_VERIFIER 0x00000100 // u
5056
+ #define FLG_MONITOR_SILENT_PROCESS_EXIT 0x00000200 // uk
5056
5057
#define FLG_POOL_ENABLE_TAGGING 0x00000400 // k
5057
5058
#define FLG_HEAP_ENABLE_TAGGING 0x00000800 // u
5058
5059
@@ -5077,7 +5078,7 @@ NtQueryInformationAtom(
5077
5078
#define FLG_DISABLE_DBGPRINT 0x08000000 // k
5078
5079
5079
5080
#define FLG_CRITSEC_EVENT_CREATION 0x10000000 // u
5080
- #define FLG_LDR_TOP_DOWN 0x20000000 // u,64
5081
+ #define FLG_STOP_ON_UNHANDLED_EXCEPTION 0x20000000 // u,64
5081
5082
#define FLG_ENABLE_HANDLE_EXCEPTIONS 0x40000000 // k
5082
5083
#define FLG_DISABLE_PROTDLLS 0x80000000 // u
5083
5084
You can’t perform that action at this time.
0 commit comments