[PSDK] Add missing NERR-codes to lmerr.h

This commit is contained in:
Eric Kohl 2018-11-11 22:37:02 +01:00
parent cbaa8e7dfb
commit 1f80b6648b

View file

@ -300,5 +300,18 @@
#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