diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |