From 3e4395a2113004ba1e0af2a57a986fb36e2f7124 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 2 Jul 2019 09:04:30 +0000 Subject: subsystem interfaces: enum _nt_tty_log_info_type: additional log types. --- include/ntapi/nt_tty.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index 7192d72..2e6c432 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -185,6 +185,10 @@ typedef enum _nt_tty_log_info_type { NT_TTY_LOG_INFO_POINTER_ARRAY, NT_TTY_LOG_INFO_EXCEPTION_RECORD, NT_TTY_LOG_INFO_EXCEPTION_ENTRY, + NT_TTY_LOG_INFO_FLOW_ENTRY, + NT_TTY_LOG_INFO_ERROR_ENTRY, + NT_TTY_LOG_INFO_IPC_ENTRY, + NT_TTY_LOG_INFO_SIGNAL_ENTRY, NT_TTY_LOG_INFO_CAP, } nt_tty_log_info_type; -- cgit v1.2.3