summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-08-21 13:50:31 -0400
committermidipix <writeonce@midipix.org>2016-08-22 08:59:55 -0400
commit95cd480a8ab49f82a28c4675ed90bcb5d6521be8 (patch)
tree190bbb8ebbd7ccb9ed294770a0a92d9645f9c2ff /include/ntapi/nt_process.h
parent5ea20e26018754a34c7f535ec6d6d8ba5d190583 (diff)
downloadntapi-95cd480a8ab49f82a28c4675ed90bcb5d6521be8.tar.bz2
ntapi-95cd480a8ab49f82a28c4675ed90bcb5d6521be8.tar.xz
struct _nt_runtime_data: added parent process daemon identification data.
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;