From 3b2c111c7e1ab6eea017ed0e8ffe62fbbf1bfa2d Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 24 Jul 2016 00:49:52 -0400 Subject: runtime data: added group identifiers. --- include/ntapi/nt_process.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ntapi') 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; -- cgit v1.2.3