summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-08 02:00:18 +0000
committermidipix <writeonce@midipix.org>2017-10-08 00:01:37 -0400
commit4e479d8ee998566947bd738c65ad81a824912012 (patch)
treeac07c44e88cf892c992a594712e551669e9c68c7 /include/ntapi/nt_process.h
parentd326ccecd833db63c1e49a1c43dfcf3b432c0f53 (diff)
downloadntapi-4e479d8ee998566947bd738c65ad81a824912012.tar.bz2
ntapi-4e479d8ee998566947bd738c65ad81a824912012.tar.xz
struct _nt_runtime_data: added the .hpidanydir and .hbnorootdir members.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h2
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;