From 2104cf1edacf8b53caeebc2337404a4b0b46e557 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 21 Dec 2017 17:06:45 +0000 Subject: struct _nt_spawn_process_params: refactor (interp-optarg-script semantics). --- include/ntapi/nt_process.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 2e4b12e..4404b20 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -659,9 +659,9 @@ typedef struct _nt_spawn_process_params { __in void * htoken; __in void * himage; __in char * patharg; - __in const char * image; - __in const char * interpreter; + __in const char * interp; __in const char * optarg; + __in const char * script; __in char ** argv; __in char ** envp; __in void * hready; -- cgit v1.2.3