Browse Source

NTStatus: Added STATUS_INVALID_DEVICE_REQUEST

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

+ 1 - 0
SMBLibrary/Enums/NTStatus.cs

@@ -19,6 +19,7 @@ namespace SMBLibrary
         STATUS_INVALID_PARAMETER = 0xC000000D,
         STATUS_NO_SUCH_DEVICE = 0xC000000E,
         STATUS_NO_SUCH_FILE = 0xC000000F,
+        STATUS_INVALID_DEVICE_REQUEST = 0xC0000010,
         STATUS_END_OF_FILE = 0xC0000011,
         STATUS_MORE_PROCESSING_REQUIRED = 0xC0000016,
         STATUS_ACCESS_DENIED = 0xC0000022, // The user is not authorized to access the resource.