From 486c117138d32faff6f9ff07b303dc5b5b8eb78a Mon Sep 17 00:00:00 2001 From: midipix Date: Oct 10 2016 05:37:08 +0000 Subject: nt_tty.h: added nt_tty_pid_msg struct definition. --- diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index 7dd3baf..c2456ce 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -258,6 +258,15 @@ typedef struct __attr_ptr_size_aligned__ _nt_tty_peer_msg { } nt_tty_peer_msg; +typedef struct __attr_ptr_size_aligned__ _nt_tty_pid_msg { + nt_port_message header; + struct { + nt_tty_msg_info ttyinfo; + nt_user_process_info pidinfo; + } data; +} nt_tty_pid_msg; + + typedef struct __attr_ptr_size_aligned__ _nt_pty_fd_msg { nt_port_message header; struct {