NTStatus: Added STATUS_WRONG_PASSWORD

This commit is contained in:
TalAloni 2021-04-13 18:22:56 +03:00
parent 66b64c862b
commit f2c8c22703

View file

@ -37,6 +37,7 @@ namespace SMBLibrary
STATUS_LOCK_NOT_GRANTED = 0xC0000055,
STATUS_DELETE_PENDING = 0xC0000056,
STATUS_PRIVILEGE_NOT_HELD = 0xC0000061,
STATUS_WRONG_PASSWORD = 0xC000006A,
STATUS_LOGON_FAILURE = 0xC000006D, // Authentication failure.
STATUS_ACCOUNT_RESTRICTION = 0xC000006E, // The user has an empty password, which is not allowed
STATUS_INVALID_LOGON_HOURS = 0xC000006F,