summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/ntapi/nt_tty.h4
1 files changed, 4 insertions, 0 deletions
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;