Skip to content

Commit 9b54886

Browse files
committed
Update ntexapi.h
1 parent e9b3704 commit 9b54886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phnt/include/ntexapi.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5053,6 +5053,7 @@ NtQueryInformationAtom(
50535053
#define FLG_HEAP_VALIDATE_ALL 0x00000080 // u
50545054

50555055
#define FLG_APPLICATION_VERIFIER 0x00000100 // u
5056+
#define FLG_MONITOR_SILENT_PROCESS_EXIT 0x00000200 // uk
50565057
#define FLG_POOL_ENABLE_TAGGING 0x00000400 // k
50575058
#define FLG_HEAP_ENABLE_TAGGING 0x00000800 // u
50585059

@@ -5077,7 +5078,7 @@ NtQueryInformationAtom(
50775078
#define FLG_DISABLE_DBGPRINT 0x08000000 // k
50785079

50795080
#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
50815082
#define FLG_ENABLE_HANDLE_EXCEPTIONS 0x40000000 // k
50825083
#define FLG_DISABLE_PROTDLLS 0x80000000 // u
50835084

0 commit comments

Comments
 (0)