https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3f6721281241f16ac14946...
commit 3f6721281241f16ac14946a163e7b6857a9d9860 Author: Eric Kohl eric.kohl@reactos.org AuthorDate: Sun Feb 13 15:41:49 2022 +0100 Commit: Eric Kohl eric.kohl@reactos.org CommitDate: Sun Feb 13 15:41:49 2022 +0100
[PSDK] Add missing flags for CreateProcessWithLogon --- sdk/include/psdk/winbase.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/sdk/include/psdk/winbase.h b/sdk/include/psdk/winbase.h index 2db990d47c2..2bfe52eac7d 100644 --- a/sdk/include/psdk/winbase.h +++ b/sdk/include/psdk/winbase.h @@ -613,6 +613,9 @@ extern "C" { #define PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION 0x00000002 #endif
+#define LOGON_WITH_PROFILE 0x00000001 +#define LOGON_NETCREDENTIALS_ONLY 0x00000002 + #ifndef RC_INVOKED
#ifndef _FILETIME_