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;