summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-07 03:41:21 +0000
committermidipix <writeonce@midipix.org>2017-10-08 00:01:14 -0400
commit47c06cb342805d83eb3ba34f119c7190a5307a1d (patch)
treee1daf355d7c6e7b4211ebf1e2f1a7978e14dc916 /include/ntapi/nt_process.h
parentc0326715a29563dd6bea9d922a32f9ec2170c1b7 (diff)
downloadntapi-47c06cb342805d83eb3ba34f119c7190a5307a1d.tar.bz2
ntapi-47c06cb342805d83eb3ba34f119c7190a5307a1d.tar.xz
struct _nt_spawn_process_params: added the .hroot and .hcwd members.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h2
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;