[ADVAPI32][SECLOGON] Start the implementation of CreateProcessWithLogonW

This commit is contained in:
Eric Kohl 2022-02-21 16:38:29 +01:00
parent eb0830a1d6
commit f4982e547d
7 changed files with 151 additions and 18 deletions

View file

@ -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