summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/ntapi/nt_process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index d7eac2b..69d7012 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -232,6 +232,8 @@ typedef enum _nt_process_opcode_idx {
/* nt_runtime_data flag bits */
#define NT_RUNTIME_DATA_INTEGRAL_PROCESS (0x01)
#define NT_RUNTIME_DATA_SEH_TRAP (0x02)
+#define NT_RUNTIME_DATA_DEBUG_NATIVE_CHILDREN (0x04)
+#define NT_RUNTIME_DATA_DEBUG_FOREIGN_CHILDREN (0x08)
/* runtime data convenience storage */
#define NT_RUNTIME_DATA_SYNC_OPCODES (0x08)