summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index c284185..1a21e6b 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -467,7 +467,11 @@ typedef struct _nt_runtime_data {
void * hsemctldir;
void * hsemkeydir;
void * hsempiddir;
- void * hreserved;
+ void * hmsqctl;
+ void * hmsqpid;
+ void * hmsqctldir;
+ void * hmsqkeydir;
+ void * hmsqpiddir;
nt_guid abi;
nt_cid cid_self;
nt_cid cid_parent;
@@ -515,6 +519,10 @@ typedef struct _nt_runtime_data {
int32_t semctl_type;
int32_t semctl_subtype;
uint32_t semctl_keys[6];
+ nt_guid msqctl_guid;
+ int32_t msqctl_type;
+ int32_t msqctl_subtype;
+ uint32_t msqctl_keys[6];
int32_t stdin_type;
int32_t stdout_type;
int32_t stderr_type;