diff options
author | midipix <writeonce@midipix.org> | 2016-10-09 17:39:57 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-10 01:37:08 -0400 |
commit | 486c117138d32faff6f9ff07b303dc5b5b8eb78a (patch) | |
tree | 279ab1be7df88aee48f9600d4f75c4f39968e2b6 | |
parent | e93c837607c0768bcca49179196bc0a586c83b3b (diff) | |
download | ntapi-486c117138d32faff6f9ff07b303dc5b5b8eb78a.tar.bz2 ntapi-486c117138d32faff6f9ff07b303dc5b5b8eb78a.tar.xz |
nt_tty.h: added nt_tty_pid_msg struct definition.
-rw-r--r-- | include/ntapi/nt_tty.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 { |