diff options
author | midipix <writeonce@midipix.org> | 2017-10-07 03:41:21 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-10-08 00:01:14 -0400 |
commit | 47c06cb342805d83eb3ba34f119c7190a5307a1d (patch) | |
tree | e1daf355d7c6e7b4211ebf1e2f1a7978e14dc916 | |
parent | c0326715a29563dd6bea9d922a32f9ec2170c1b7 (diff) | |
download | ntapi-47c06cb342805d83eb3ba34f119c7190a5307a1d.tar.bz2 ntapi-47c06cb342805d83eb3ba34f119c7190a5307a1d.tar.xz |
struct _nt_spawn_process_params: added the .hroot and .hcwd members.
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index bc4eb37..ad510a6 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -619,6 +619,8 @@ typedef struct _nt_spawn_process_params { __out nt_process_basic_information pbi; __out nt_event_basic_information eready; __in nt_runtime_data * rtctx; + __in void * hroot; + __in void * hcwd; __in void * hsession; __in void * htoken; __in void * himage; |