From e3e5a218e16e376c4ef18b5f5aba649e5e5063c0 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 6 Jan 2017 12:38:12 -0500 Subject: subsystem infrastructure: distinguish between port and session type/subtype. --- 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 a58e616..39e84e9 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -470,6 +470,10 @@ typedef struct _nt_runtime_data { void * hsync; void * hswap; void * srv_ready; + nt_guid port_guid; + int32_t port_type; + int32_t port_subtype; + uint32_t port_keys[6]; nt_guid srv_guid; int32_t srv_type; int32_t srv_subtype; -- cgit v1.2.3