From 47c06cb342805d83eb3ba34f119c7190a5307a1d Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 Oct 2017 03:41:21 +0000 Subject: struct _nt_spawn_process_params: added the .hroot and .hcwd members. --- include/ntapi/nt_process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ntapi/nt_process.h') 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; -- cgit v1.2.3