[PSDK] Add missing NERR-codes to lmerr.h
authorEric Kohl <eric.kohl@reactos.org>
Sun, 11 Nov 2018 21:37:02 +0000 (22:37 +0100)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 11 Nov 2018 21:43:08 +0000 (22:43 +0100)
sdk/include/psdk/lmerr.h

index 66aab13..b8b0188 100644 (file)
 #define NERR_DfsNotSupportedInServerDfs (NERR_BASE+575)
 #define NERR_DfsDuplicateService (NERR_BASE+576)
 #define NERR_DfsCantRemoveLastServerShare (NERR_BASE+577)
 #define NERR_DfsNotSupportedInServerDfs (NERR_BASE+575)
 #define NERR_DfsDuplicateService (NERR_BASE+576)
 #define NERR_DfsCantRemoveLastServerShare (NERR_BASE+577)
-#define NERR_DfsVolumeIsInterDfs  (NERR_BASE+578)
+#define NERR_DfsVolumeIsInterDfs (NERR_BASE+578)
 #define NERR_DfsInconsistent (NERR_BASE+579)
 #define NERR_DfsServerUpgraded (NERR_BASE+580)
 #define NERR_DfsDataIsIdentical (NERR_BASE+581)
 #define NERR_DfsCantRemoveDfsRoot (NERR_BASE+582)
 #define NERR_DfsChildOrParentInDfs (NERR_BASE+583)
 #define NERR_DfsInternalError (NERR_BASE+590)
 #define NERR_DfsInconsistent (NERR_BASE+579)
 #define NERR_DfsServerUpgraded (NERR_BASE+580)
 #define NERR_DfsDataIsIdentical (NERR_BASE+581)
 #define NERR_DfsCantRemoveDfsRoot (NERR_BASE+582)
 #define NERR_DfsChildOrParentInDfs (NERR_BASE+583)
 #define NERR_DfsInternalError (NERR_BASE+590)
+#define NERR_SetupAlreadyJoined (NERR_BASE+591)
+#define NERR_SetupNotJoined (NERR_BASE+592)
+#define NERR_SetupDomainController (NERR_BASE+593)
+#define NERR_DefaultJoinRequired (NERR_BASE+594)
+#define NERR_InvalidWorkgroupName (NERR_BASE+595)
+#define NERR_NameUsesIncompatibleCodePage (NERR_BASE+596)
+#define NERR_ComputerAccountNotFound (NERR_BASE+597)
+#define NERR_PersonalSku (NERR_BASE+598)
+#define NERR_PasswordMustChange (NERR_BASE+601)
+#define NERR_AccountLockedOut (NERR_BASE+602)
+#define NERR_PasswordTooLong (NERR_BASE+603)
+#define NERR_PasswordNotComplexEnough (NERR_BASE+604)
+#define NERR_PasswordFilterError (NERR_BASE+605)
 #define MAX_NERR (NERR_BASE+899)
 #endif
 #define MAX_NERR (NERR_BASE+899)
 #endif