mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-25 02:18:16 +02:00
Win32Error: Added ERROR_NOT_SUPPORTED and ERROR_INVALID_LEVEL
This commit is contained in:
parent
c024168e12
commit
403669056d
1 changed files with 2 additions and 0 deletions
|
@ -7,8 +7,10 @@ namespace SMBLibrary
|
|||
ERROR_SUCCESS = 0x0000,
|
||||
ERROR_ACCESS_DENIED = 0x0005,
|
||||
ERROR_SHARING_VIOLATION = 0x0020,
|
||||
ERROR_NOT_SUPPORTED = 0x0032,
|
||||
ERROR_INVALID_PARAMETER = 0x0057,
|
||||
ERROR_DISK_FULL = 0x0070,
|
||||
ERROR_INVALID_LEVEL = 0x007C,
|
||||
ERROR_DIR_NOT_EMPTY = 0x0091,
|
||||
ERROR_ALREADY_EXISTS = 0x00B7,
|
||||
ERROR_NO_TOKEN = 0x03F0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue