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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h
index b0d9205..4ed536f 100644
--- a/include/ntapi/nt_tty.h
+++ b/include/ntapi/nt_tty.h
@@ -83,6 +83,7 @@ typedef enum _nt_tty_opcode {
typedef enum _nt_tty_session_type {
NT_TTY_SESSION_PRIMARY,
+ NT_TTY_SESSION_SECONDARY,
NT_TTY_SESSION_PRIVATE
} nt_tty_session_type;
@@ -352,7 +353,8 @@ typedef int32_t __stdcall ntapi_tty_create_session(
__out nt_port_name * port_name,
__in nt_tty_session_type type,
__in const nt_guid * guid __optional,
- __in wchar16_t * image_name __optional);
+ __in wchar16_t * image_name __optional,
+ __in void * htty __optional);
typedef int32_t __stdcall ntapi_tty_join_session(