diff options
author | midipix <writeonce@midipix.org> | 2019-06-23 15:10:41 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-23 15:31:26 +0000 |
commit | 4686dff16bcfb6071e4aa43d2cec0752c0d15bd5 (patch) | |
tree | 1546240cae17f7c374b999417fc105ce1692e62f | |
parent | c75b7ea145a4872fa1e356a1ed32f6a8166791b8 (diff) | |
download | ntapi-4686dff16bcfb6071e4aa43d2cec0752c0d15bd5.tar.bz2 ntapi-4686dff16bcfb6071e4aa43d2cec0752c0d15bd5.tar.xz |
struct _nt_runtime_data: added .hkey_{ctrlset,tcipi,users,userv}.
-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; |