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, 10 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 1336d31..96bc727 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -460,6 +460,12 @@ typedef struct _nt_runtime_data {
void * hloader;
void * hcwd;
void * hdrive;
+ void * hsemctl;
+ void * hsempid;
+ void * hsemctldir;
+ void * hsemkeydir;
+ void * hsempiddir;
+ void * hreserved;
nt_guid abi;
nt_cid cid_self;
nt_cid cid_parent;
@@ -499,6 +505,10 @@ typedef struct _nt_runtime_data {
int32_t ppid_type;
int32_t ppid_subtype;
uint32_t ppid_keys[6];
+ nt_guid semctl_guid;
+ int32_t semctl_type;
+ int32_t semctl_subtype;
+ uint32_t semctl_keys[6];
int32_t stdin_type;
int32_t stdout_type;
int32_t stderr_type;