From 4686dff16bcfb6071e4aa43d2cec0752c0d15bd5 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 23 Jun 2019 15:10:41 +0000 Subject: struct _nt_runtime_data: added .hkey_{ctrlset,tcipi,users,userv}. --- include/ntapi/nt_process.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index f1d3fd2..4557707 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -569,6 +569,11 @@ typedef struct _nt_runtime_data { void * htmpfslroot; void * htmpfsldir; + void * hkey_ctrlset; + void * hkey_tcpip; + void * hkey_users; + void * hkey_userv; + nt_cid cid_self; nt_cid cid_parent; nt_alt_cid alt_cid_self; -- cgit v1.2.3