summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_tty.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-08-21 07:53:10 -0400
committermidipix <writeonce@midipix.org>2016-08-22 08:59:52 -0400
commit5ea20e26018754a34c7f535ec6d6d8ba5d190583 (patch)
treefaafd14817b63b442e581dbd52395236756028c4 /include/ntapi/nt_tty.h
parent5d0788a673cce9069a216768c03aa606d417389d (diff)
downloadntapi-5ea20e26018754a34c7f535ec6d6d8ba5d190583.tar.bz2
ntapi-5ea20e26018754a34c7f535ec6d6d8ba5d190583.tar.xz
pty layer: __ntapi_pty_inherit_runtime_ctty(): implementation and integration.
Diffstat (limited to 'include/ntapi/nt_tty.h')
-rw-r--r--include/ntapi/nt_tty.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h
index 16fd43b..7dd3baf 100644
--- a/include/ntapi/nt_tty.h
+++ b/include/ntapi/nt_tty.h
@@ -11,6 +11,7 @@
#include <psxtypes/psxtypes.h>
#include "nt_object.h"
+#include "nt_process.h"
#include "nt_port.h"
#include "nt_termios.h"
@@ -394,6 +395,11 @@ typedef int32_t __stdcall ntapi_pty_inherit(
__in nt_pty_client_info * client_info);
+typedef int32_t __stdcall ntapi_pty_inherit_runtime_ctty(
+ __in void * hport,
+ __in_out nt_runtime_data * rtdata);
+
+
typedef int32_t __stdcall ntapi_pty_close(
__in nt_pty * pty);