diff options
author | midipix <writeonce@midipix.org> | 2016-07-24 00:49:52 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-24 06:17:44 -0400 |
commit | 3b2c111c7e1ab6eea017ed0e8ffe62fbbf1bfa2d (patch) | |
tree | b6b9a5cfb26e31cb6d1aee99375812eeca66cfac | |
parent | c164ff0bd59286abcbbf82a617667ca39a5feb06 (diff) | |
download | ntapi-3b2c111c7e1ab6eea017ed0e8ffe62fbbf1bfa2d.tar.bz2 ntapi-3b2c111c7e1ab6eea017ed0e8ffe62fbbf1bfa2d.tar.xz |
runtime data: added group identifiers.
-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 0443b3f..0a9e906 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -460,6 +460,10 @@ typedef struct _nt_runtime_data { int32_t srv_type; int32_t srv_subtype; uint32_t srv_keys[6]; + nt_guid grp_guid; + int32_t grp_type; + int32_t grp_subtype; + uint32_t grp_keys[6]; int32_t stdin_type; int32_t stdout_type; int32_t stderr_type; |