summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_tty.h')
-rw-r--r--include/ntapi/nt_tty.h8
1 files changed, 8 insertions, 0 deletions
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;