mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-05 07:21:28 +02:00
Update NTStatus.cs
Acording to https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55 STATUS_PASSWORD_MUST_CHANGE = 0xC0000224 STATUS_AUDIT_FAILED = 0xC0000244
This commit is contained in:
parent
4a184258e6
commit
aba8b8a507
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ namespace SMBLibrary
|
|||
STATUS_INSUFF_SERVER_RESOURCES = 0xC0000205,
|
||||
STATUS_NOT_FOUND = 0xC0000225,
|
||||
STATUS_ACCOUNT_LOCKED_OUT = 0xC0000234,
|
||||
STATUS_PASSWORD_MUST_CHANGE = 0xC0000244,
|
||||
STATUS_PASSWORD_MUST_CHANGE = 0xC0000224,
|
||||
STATUS_NOT_A_REPARSE_POINT = 0xC0000275,
|
||||
|
||||
STATUS_INVALID_SMB = 0x00010002, // SMB1/CIFS: A corrupt or invalid SMB request was received
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue