diff options
author | midipix <writeonce@midipix.org> | 2019-06-02 14:03:09 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-02 14:03:09 +0000 |
commit | 44175629431076ef6b37e3d6dce037983b6ddd72 (patch) | |
tree | b856b66ca62464810c4a467e2fa69f8c599d91fe | |
parent | 97897034734f3b624a7b7e3690cf4894299a85ab (diff) | |
download | ntapi-44175629431076ef6b37e3d6dce037983b6ddd72.tar.bz2 ntapi-44175629431076ef6b37e3d6dce037983b6ddd72.tar.xz |
runtime flags: defined NT_RUNTIME_DATA_TTY_TOP_LEVEL.
-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 5a77ae9..150f881 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -236,6 +236,7 @@ typedef enum _nt_process_opcode_idx { #define NT_RUNTIME_DATA_DEBUG_SEH_TRAP (0x02) #define NT_RUNTIME_DATA_DEBUG_NATIVE_CHILDREN (0x04) #define NT_RUNTIME_DATA_DEBUG_FOREIGN_CHILDREN (0x08) +#define NT_RUNTIME_DATA_TTY_TOP_LEVEL (0x10) /* runtime data convenience storage */ #define NT_RUNTIME_DATA_SYNC_OPCODES (0x08) |