From dda7a6772f54a476f44273d355dbd37c1f05772a Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 19 Jun 2018 13:05:40 +0000 Subject: pty framework: enum _nt_pty_info_class: revised, added NT_PTY_OFD_INFORMATION. --- include/ntapi/nt_tty.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index 38a176d..403f79d 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -161,9 +161,10 @@ typedef enum _nt_tty_server_info_class { typedef enum _nt_pty_info_class { NT_PTY_BASIC_INFORMATION, NT_PTY_SLOT_INFORMATION, - NT_PTY_CONTEXT_INFORMATION, NT_PTY_CLIENT_INFORMATION, + NT_PTY_CONTEXT_INFORMATION, NT_PTY_INHERIT_INFORMATION, + NT_PTY_OFD_INFORMATION, NT_PTY_INFORMATION_CAP } nt_pty_info_class; -- cgit v1.2.3