From e9d8b3c3a5291b58fc026c40eadd9e42e45e1cc5 Mon Sep 17 00:00:00 2001 From: midipix Date: Aug 16 2024 02:36:07 +0000 Subject: struct _nt_runtime_data: added the hpidmapdir and hntpipcdir members. --- 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;