mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-23 17:55:55 +02:00
NTStatus: Added STATUS_NOT_A_DIRECTORY
This commit is contained in:
parent
4c49301ca5
commit
df72f6d115
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue