From 3103f7aff10c09e009869638c263205a0ec1e76b Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 12 May 2019 22:59:15 +0000 Subject: framework api: process flags: defined NT_RUNTIME_DATA_SEH_TRAP. --- include/ntapi/nt_process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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) -- cgit v1.2.3