From 3b2c111c7e1ab6eea017ed0e8ffe62fbbf1bfa2d Mon Sep 17 00:00:00 2001 From: midipix Date: Jul 24 2016 10:17:44 +0000 Subject: runtime data: added group identifiers. --- 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;