From 4a889acc63fbecf230a3ba68ad07748a59c2209b Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 16 Nov 2018 22:00:15 +0100 Subject: [PATCH] [PSDK] Add missing NELOG-codes to lmerrlog.h --- sdk/include/psdk/lmerrlog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/include/psdk/lmerrlog.h b/sdk/include/psdk/lmerrlog.h index b4f5b3db26a..cd63f9bbee7 100644 --- a/sdk/include/psdk/lmerrlog.h +++ b/sdk/include/psdk/lmerrlog.h @@ -98,6 +98,7 @@ extern "C" { #define NELOG_NetlogonPasswdSetFailed (ERRLOG_BASE+124) #define NELOG_NetlogonTrackingError (ERRLOG_BASE+125) #define NELOG_NetlogonSyncError (ERRLOG_BASE+126) +#define NELOG_NetlogonRequireSignOrSealError (ERRLOG_BASE + 127) #define NELOG_UPS_PowerOut (ERRLOG_BASE+130) #define NELOG_UPS_Shutdown (ERRLOG_BASE+131) #define NELOG_UPS_CmdFileError (ERRLOG_BASE+132) @@ -115,6 +116,8 @@ extern "C" { #define NELOG_System_Error (ERRLOG_BASE+157) #define NELOG_FT_ErrLog_Too_Large (ERRLOG_BASE+158) #define NELOG_FT_Update_In_Progress (ERRLOG_BASE+159) +#define NELOG_Joined_Domain (ERRLOG_BASE + 160) +#define NELOG_Joined_Workgroup (ERRLOG_BASE + 161) #define NELOG_OEM_Code (ERRLOG_BASE+199) #define NELOG_NetlogonSSIInitError ERRLOG2_BASE #define NELOG_NetlogonFailedToUpdateTrustList (ERRLOG2_BASE+1)