summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-12 22:59:15 +0000
committermidipix <writeonce@midipix.org>2019-05-13 03:47:29 -0400
commit3103f7aff10c09e009869638c263205a0ec1e76b (patch)
tree366b43fa7f7ff285f4f3c26483862ffbde9804ac /include
parentc8cd7a65ae917d3ece71ada95861e081f5223ca5 (diff)
downloadntapi-3103f7aff10c09e009869638c263205a0ec1e76b.tar.bz2
ntapi-3103f7aff10c09e009869638c263205a0ec1e76b.tar.xz
framework api: process flags: defined NT_RUNTIME_DATA_SEH_TRAP.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index ea8dea5..d7eac2b 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -231,6 +231,7 @@ 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)
/* runtime data convenience storage */
#define NT_RUNTIME_DATA_SYNC_OPCODES (0x08)