From 4e479d8ee998566947bd738c65ad81a824912012 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 8 Oct 2017 02:00:18 +0000 Subject: struct _nt_runtime_data: added the .hpidanydir and .hbnorootdir members. --- include/ntapi/nt_process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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; -- cgit v1.2.3