diff options
author | midipix <writeonce@midipix.org> | 2017-10-08 02:00:18 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-08 00:01:37 -0400 |
commit | 4e479d8ee998566947bd738c65ad81a824912012 (patch) | |
tree | ac07c44e88cf892c992a594712e551669e9c68c7 | |
parent | d326ccecd833db63c1e49a1c43dfcf3b432c0f53 (diff) | |
download | ntapi-4e479d8ee998566947bd738c65ad81a824912012.tar.bz2 ntapi-4e479d8ee998566947bd738c65ad81a824912012.tar.xz |
struct _nt_runtime_data: added the .hpidanydir and .hbnorootdir members.
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 2dd51cf..3ffa960 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -484,6 +484,8 @@ typedef struct _nt_runtime_data { void * hloader; void * hcwd; void * hdrive; + void * hpidanydir; + void * hbnorootdir; void * hsemctl; void * hsempid; void * hsemctldir; |