mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-15 05:45:03 +02:00
NTStatus: Added STATUS_BAD_DEVICE_TYPE and STATUS_BAD_NETWORK_NAME
This commit is contained in:
parent
b70caac445
commit
515a02c09f
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ namespace SMBLibrary
|
|||
STATUS_FILE_IS_A_DIRECTORY = 0xC00000BA,
|
||||
STATUS_NOT_SUPPORTED = 0xC00000BB,
|
||||
STATUS_NETWORK_NAME_DELETED = 0xC00000C9,
|
||||
STATUS_BAD_DEVICE_TYPE = 0xC00000CB,
|
||||
STATUS_BAD_NETWORK_NAME = 0xC00000CC,
|
||||
STATUS_TOO_MANY_SESSIONS = 0xC00000CE,
|
||||
STATUS_DIRECTORY_NOT_EMPTY = 0xC0000101,
|
||||
STATUS_TOO_MANY_OPENED_FILES = 0xC000011F,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue