reactos/dll/win32/advapi32/misc
Hermès Bélusca-Maïto d4b4da5385
[ADVAPI32] Additions for CreateProcessAsUserA/W().
- Use a common helper function used by both the ANSI and UNICODE functions
  so that the large code block that deals with setting the new process token
  becomes automatically common to both these functions, while the ANSI vs.
  UNICODE conversions are handled directly via the CreateProcessA/W() calls.

- Duplicate the token and acquire the process primary token assignment
  privilege before calling NtSetInformationProcess().
2018-06-27 23:40:07 +02:00
..
dllmain.c
efs.c
evntrace.c [ADVAPI32] Fix non-PCH build. 2018-01-08 09:51:15 +01:00
hwprofiles.c
logon.c [ADVAPI32] Additions for CreateProcessAsUserA/W(). 2018-06-27 23:40:07 +02:00
msi.c
shutdown.c
sysfunc.c
unicode.c