ソースを参照

NTStatus: Added STATUS_NOT_A_DIRECTORY

Tal Aloni 6 年 前
コミット
df72f6d115
1 ファイル変更1 行追加0 行削除
  1. 1 0
      SMBLibrary/Enums/NTStatus.cs

+ 1 - 0
SMBLibrary/Enums/NTStatus.cs

@@ -53,6 +53,7 @@ namespace SMBLibrary
         STATUS_BAD_NETWORK_NAME = 0xC00000CC,
         STATUS_TOO_MANY_SESSIONS = 0xC00000CE,
         STATUS_DIRECTORY_NOT_EMPTY = 0xC0000101,
+        STATUS_NOT_A_DIRECTORY = 0xC0000103,
         STATUS_TOO_MANY_OPENED_FILES = 0xC000011F,
         STATUS_CANCELLED = 0xC0000120,
         STATUS_CANNOT_DELETE = 0xC0000121,