Browse Source

NTStatus: Added STATUS_BAD_DEVICE_TYPE and STATUS_BAD_NETWORK_NAME

Tal Aloni 7 years ago
parent
commit
515a02c09f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      SMBLibrary/Enums/NTStatus.cs

+ 2 - 0
SMBLibrary/Enums/NTStatus.cs

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