mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
@ -293,12 +293,25 @@
|
|||
#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_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…
Reference in a new issue