mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[PSDK] Add missing NERR-codes to lmerr.h
This commit is contained in:
parent
cbaa8e7dfb
commit
1f80b6648b
1 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue