diff options
author | midipix <writeonce@midipix.org> | 2019-07-02 09:04:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-07-02 09:04:30 +0000 |
commit | 3e4395a2113004ba1e0af2a57a986fb36e2f7124 (patch) | |
tree | 1b649d992489b67c8380362405b7d7e9949d98f2 /include | |
parent | 6445d5ff7e35e9ed6e54ce420931ad9676be5e7d (diff) | |
download | ntapi-3e4395a2113004ba1e0af2a57a986fb36e2f7124.tar.bz2 ntapi-3e4395a2113004ba1e0af2a57a986fb36e2f7124.tar.xz |
subsystem interfaces: enum _nt_tty_log_info_type: additional log types.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_tty.h | 4 |
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; |