From 4e479d8ee998566947bd738c65ad81a824912012 Mon Sep 17 00:00:00 2001 From: midipix Date: Oct 08 2017 04:01:37 +0000 Subject: struct _nt_runtime_data: added the .hpidanydir and .hbnorootdir members. --- 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;