From f619173799ff7c4d3a8449615797babd05ad8739 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 6 Jan 2017 10:02:38 -0500 Subject: subsystem infrastructure: added proper session chain support. --- include/ntapi/nt_process.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ntapi/nt_process.h') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 5792529..a58e616 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -474,6 +474,10 @@ typedef struct _nt_runtime_data { int32_t srv_type; int32_t srv_subtype; uint32_t srv_keys[6]; + nt_guid tty_guid; + int32_t tty_type; + int32_t tty_subtype; + uint32_t tty_keys[6]; nt_guid grp_guid; int32_t grp_type; int32_t grp_subtype; -- cgit v1.2.3