From 4686dff16bcfb6071e4aa43d2cec0752c0d15bd5 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 23 2019 15:31:26 +0000 Subject: struct _nt_runtime_data: added .hkey_{ctrlset,tcipi,users,userv}. --- 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;