summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-27 03:58:49 +0000
committermidipix <writeonce@midipix.org>2019-05-27 03:58:49 +0000
commit921b8b12047213aab2c5fd4c2d3552dc0be0d5de (patch)
tree83d8d48f466fdd8a8b9529aa3cdd1ad308533b2b /include
parent49fdf60ddac98398ad9c024091e990bd6a16c72e (diff)
downloadntapi-921b8b12047213aab2c5fd4c2d3552dc0be0d5de.tar.bz2
ntapi-921b8b12047213aab2c5fd4c2d3552dc0be0d5de.tar.xz
process runtime flags: added NT_RUNTIME_DATA_DEBUG_{FOREIGN|NATIVE}_CHILDREN.
Diffstat (limited to 'include')
-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)