From 57636446c36f9f7ae3121dee57731429e49a1a06 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 18 Jun 2018 09:16:52 +0000 Subject: pty client interfaces: pty_xquery(): added NT_PTY_CONTEXT_INFORMATION support. --- include/ntapi/nt_tty.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index b574ce2..38a176d 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -274,6 +274,14 @@ typedef struct __attr_ptr_size_aligned__ _nt_pty_fd_info { } nt_pty_fd_info; +typedef struct __attr_ptr_size_aligned__ _nt_pty_context_info { + void * hpty; + nt_guid guid; + nt_luid luid; + uintptr_t ctxarg[4]; +} nt_pty_context_info; + + typedef struct __attr_ptr_size_aligned__ _nt_pty_io_info { void * hpty; void * hevent; -- cgit v1.2.3