summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-09-08 22:22:22 +0000
committermidipix <writeonce@midipix.org>2017-09-08 22:49:30 -0400
commit47f21a54cf74e2ec0fc7aa7e3ee06ab5087600a6 (patch)
tree99d6b4aa390f16e0891877479e5adb4de005d59d /include/ntapi/nt_process.h
parenta6563a605d7906252921503e89eae8da00eb599c (diff)
downloadntapi-47f21a54cf74e2ec0fc7aa7e3ee06ab5087600a6.tar.bz2
ntapi-47f21a54cf74e2ec0fc7aa7e3ee06ab5087600a6.tar.xz
integrated msgqueue client side interfaces.
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;