mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:13:01 +00:00
[ADVAPI32][SECLOGON] Start the implementation of CreateProcessWithLogonW
This commit is contained in:
parent
eb0830a1d6
commit
f4982e547d
7 changed files with 151 additions and 18 deletions
|
@ -12,6 +12,8 @@ typedef struct _SECL_REQUEST
|
|||
[string] WCHAR *ApplicationName;
|
||||
[string] WCHAR *CommandLine;
|
||||
[string] WCHAR *CurrentDirectory;
|
||||
DWORD dwLogonFlags;
|
||||
DWORD dwCreationFlags;
|
||||
} SECL_REQUEST, *PSECL_REQUEST;
|
||||
|
||||
typedef struct _SECL_RESPONSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue