NTStatus: Added STATUS_NOT_FOUND

This commit is contained in:
Tal Aloni 2019-06-04 15:34:55 +03:00
parent f40ba7fa36
commit 01c2fe9887

View file

@ -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,