mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:52:07 +00:00
[ADVAPI32][SECLOGON] CreateProcessWithLogonW: Pass the environment to the callee
This commit is contained in:
parent
59e74584ac
commit
c3db5e9c8e
3 changed files with 61 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue