[ADVAPI32][SECLOGON] CreateProcessWithLogonW: Pass the environment to the callee

This commit is contained in:
Eric Kohl 2023-06-10 14:10:14 +02:00
parent 59e74584ac
commit c3db5e9c8e
3 changed files with 61 additions and 1 deletions

View file

@ -12,6 +12,8 @@ typedef struct _SECL_REQUEST
[string] WCHAR *ApplicationName;
[string] WCHAR *CommandLine;
[string] WCHAR *CurrentDirectory;
[size_is(dwEnvironmentSize)] BYTE *Environment;
DWORD dwEnvironmentSize;
DWORD dwLogonFlags;
DWORD dwCreationFlags;
DWORD dwProcessId;