diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |