From 49fdf60ddac98398ad9c024091e990bd6a16c72e Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 27 May 2019 03:26:54 +0000 Subject: log info: added NT_TTY_LOG_INFO_EXCEPTION_ENTRY and related fields. --- include/ntapi/nt_tty.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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; -- cgit v1.2.3