summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index e03dec0..d594a27 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -466,6 +466,10 @@ typedef struct _nt_runtime_data {
int32_t grp_type;
int32_t grp_subtype;
uint32_t grp_keys[6];
+ nt_guid ppid_guid;
+ int32_t ppid_type;
+ int32_t ppid_subtype;
+ uint32_t ppid_keys[6];
int32_t stdin_type;
int32_t stdout_type;
int32_t stderr_type;