From a3e9aaed1633e5ca5426758719486e001931eddd Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 24 Jun 2016 01:24:48 -0400 Subject: internals: added handle to the process's primary token. --- src/internal/ntapi_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/ntapi_impl.h') diff --git a/src/internal/ntapi_impl.h b/src/internal/ntapi_impl.h index c19648e..9376d24 100644 --- a/src/internal/ntapi_impl.h +++ b/src/internal/ntapi_impl.h @@ -72,6 +72,7 @@ typedef struct ___ntapi_img_sec_bss { typedef struct __attr_ptr_size_aligned__ _ntapi_internals { nt_runtime_data * rtdata; nt_port_name * subsystem; + void * htoken; void * hport_tty_session; void * hport_tty_daemon; void * hport_tty_debug; -- cgit v1.2.3