diff options
author | midipix <writeonce@midipix.org> | 2016-08-21 13:50:31 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-08-22 08:59:55 -0400 |
commit | 95cd480a8ab49f82a28c4675ed90bcb5d6521be8 (patch) | |
tree | 190bbb8ebbd7ccb9ed294770a0a92d9645f9c2ff /include | |
parent | 5ea20e26018754a34c7f535ec6d6d8ba5d190583 (diff) | |
download | ntapi-95cd480a8ab49f82a28c4675ed90bcb5d6521be8.tar.bz2 ntapi-95cd480a8ab49f82a28c4675ed90bcb5d6521be8.tar.xz |
struct _nt_runtime_data: added parent process daemon identification data.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 4 |
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; |