NTStatus: Added STATUS_PRIVILEGE_NOT_HELD

This commit is contained in:
Tal Aloni 2017-08-30 13:55:56 +03:00
parent aa800d4df7
commit 0212d71f6a

View file

@ -32,6 +32,7 @@ namespace SMBLibrary
STATUS_DATA_ERROR = 0xC000003E, // IO error
STATUS_SHARING_VIOLATION = 0xC0000043,
STATUS_FILE_LOCK_CONFLICT = 0xC0000054,
STATUS_PRIVILEGE_NOT_HELD = 0xC0000061,
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,