summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-08-16 02:31:20 +0000
committermidipix <writeonce@midipix.org>2024-08-16 02:36:07 +0000
commite9d8b3c3a5291b58fc026c40eadd9e42e45e1cc5 (patch)
treee364c4034c4de5e352edc277262951f514301c01
parent171257d7658617f16659668c93d5577dc08f7299 (diff)
downloadntapi-e9d8b3c3a5291b58fc026c40eadd9e42e45e1cc5.tar.bz2
ntapi-e9d8b3c3a5291b58fc026c40eadd9e42e45e1cc5.tar.xz
struct _nt_runtime_data: added the hpidmapdir and hntpipcdir members.
-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 aa0fc65..0f7af19 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -540,6 +540,8 @@ typedef struct _nt_runtime_data {
/**************************/
void * hntpgrpdir;
void * hpidanydir;
+ void * hpidmapdir;
+ void * hntpipcdir;
void * hobjanydir;
void * hbnorootdir;