summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_process.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 9b0b81b..8088e19 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -448,18 +448,18 @@ typedef struct _nt_process_alternate_client_id {
} nt_process_alternate_client_id, nt_alt_cid;
typedef struct _nt_runtime_data {
- void * hprocess_self;
- void * hprocess_parent;
+ void * hself;
+ void * hparent;
+ void * himage;
+ void * hroot;
+ void * hcwd;
+ void * hdrive;
nt_cid cid_self;
nt_cid cid_parent;
nt_alt_cid alt_cid_self;
nt_alt_cid alt_cid_parent;
uint32_t flags;
uint32_t reserved;
- void * himage;
- void * hroot;
- void * hcwd;
- void * hdrive;
void * hstdin;
void * hstdout;
void * hstderr;