mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 10:47:48 +02:00
NTStatus: Add STATUS_IO_TIMEOUT
This commit is contained in:
parent
aeb8849683
commit
4ca34f0407
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ namespace SMBLibrary
|
|||
STATUS_FILE_LOCK_CONFLICT = 0xC0000054,
|
||||
STATUS_LOCK_NOT_GRANTED = 0xC0000055,
|
||||
STATUS_DELETE_PENDING = 0xC0000056,
|
||||
STATUS_IO_TIMEOUT = 0xC00000B5,
|
||||
STATUS_PRIVILEGE_NOT_HELD = 0xC0000061,
|
||||
STATUS_WRONG_PASSWORD = 0xC000006A,
|
||||
STATUS_LOGON_FAILURE = 0xC000006D, // Authentication failure.
|
||||
|
|
Loading…
Add table
Reference in a new issue