From 29b2c1ac5e3c1b8ba1e54084a7e687abd5f8114d Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 26 Jan 2018 21:33:11 -0500 Subject: struct _nt_spawn_process_params: foreign process creation: support passing cwd. --- include/ntapi/nt_process.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/ntapi/nt_process.h') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index ddb3753..7a649ad 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -692,8 +692,9 @@ 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 wchar16_t * cwd; __in void * hcwd; + __in void * hroot; __in void * hsession; __in void * htoken; __in void * himage; -- cgit v1.2.3