mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-23 17:55:55 +02:00
NTStatus: Added STATUS_NOT_FOUND
This commit is contained in:
parent
f40ba7fa36
commit
01c2fe9887
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ namespace SMBLibrary
|
|||
STATUS_FS_DRIVER_REQUIRED = 0xC000019C,
|
||||
STATUS_USER_SESSION_DELETED = 0xC0000203,
|
||||
STATUS_INSUFF_SERVER_RESOURCES = 0xC0000205,
|
||||
STATUS_NOT_FOUND = 0xC0000225,
|
||||
STATUS_ACCOUNT_LOCKED_OUT = 0xC0000234,
|
||||
STATUS_PASSWORD_MUST_CHANGE = 0xC0000244,
|
||||
STATUS_NOT_A_REPARSE_POINT = 0xC0000275,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue