diff options
author | midipix <writeonce@midipix.org> | 2019-05-12 22:59:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-13 03:47:29 -0400 |
commit | 3103f7aff10c09e009869638c263205a0ec1e76b (patch) | |
tree | 366b43fa7f7ff285f4f3c26483862ffbde9804ac | |
parent | c8cd7a65ae917d3ece71ada95861e081f5223ca5 (diff) | |
download | ntapi-3103f7aff10c09e009869638c263205a0ec1e76b.tar.bz2 ntapi-3103f7aff10c09e009869638c263205a0ec1e76b.tar.xz |
framework api: process flags: defined NT_RUNTIME_DATA_SEH_TRAP.
-rw-r--r-- | include/ntapi/nt_process.h | 1 |
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) |