diff options
author | midipix <writeonce@midipix.org> | 2019-05-27 03:26:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-27 03:54:10 +0000 |
commit | 49fdf60ddac98398ad9c024091e990bd6a16c72e (patch) | |
tree | 57aa9820f44bbb3b8fc612b53509945b49cd108f /include | |
parent | 8a35fe5ac0a1cdee164919a87842f2dbc075bd3f (diff) | |
download | ntapi-49fdf60ddac98398ad9c024091e990bd6a16c72e.tar.bz2 ntapi-49fdf60ddac98398ad9c024091e990bd6a16c72e.tar.xz |
log info: added NT_TTY_LOG_INFO_EXCEPTION_ENTRY and related fields.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_tty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index b547e21..de90ef4 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -178,6 +178,7 @@ typedef enum _nt_tty_log_info_type { NT_TTY_LOG_INFO_INTEGER_ARRAY, NT_TTY_LOG_INFO_POINTER_ARRAY, NT_TTY_LOG_INFO_EXCEPTION_RECORD, + NT_TTY_LOG_INFO_EXCEPTION_ENTRY, NT_TTY_LOG_INFO_CAP, } nt_tty_log_info_type; @@ -274,6 +275,8 @@ typedef struct __attr_ptr_size_aligned__ _nt_tty_sigctl_info { typedef struct __attr_ptr_size_aligned__ _nt_tty_log_info { int32_t type; + uint32_t reserved; + nt_cid cid; uint32_t data[0x30]; } nt_tty_log_info; |