mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-19 15:45:54 +02:00
Update NTStatus.cs: Correct ordering
This commit is contained in:
parent
22247a8bae
commit
5c4b88c759
1 changed files with 1 additions and 1 deletions
|
@ -65,9 +65,9 @@ namespace SMBLibrary
|
|||
STATUS_FS_DRIVER_REQUIRED = 0xC000019C,
|
||||
STATUS_USER_SESSION_DELETED = 0xC0000203,
|
||||
STATUS_INSUFF_SERVER_RESOURCES = 0xC0000205,
|
||||
STATUS_PASSWORD_MUST_CHANGE = 0xC0000224,
|
||||
STATUS_NOT_FOUND = 0xC0000225,
|
||||
STATUS_ACCOUNT_LOCKED_OUT = 0xC0000234,
|
||||
STATUS_PASSWORD_MUST_CHANGE = 0xC0000224,
|
||||
STATUS_PATH_NOT_COVERED = 0xC0000257,
|
||||
STATUS_NOT_A_REPARSE_POINT = 0xC0000275,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue