mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-24 02:00:27 +02:00
Win32Error: Added ERROR_INVALID_NAME
This commit is contained in:
parent
36397d86a2
commit
1f2c7326d4
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ namespace SMBLibrary
|
|||
ERROR_NOT_SUPPORTED = 0x0032,
|
||||
ERROR_INVALID_PARAMETER = 0x0057,
|
||||
ERROR_DISK_FULL = 0x0070,
|
||||
ERROR_INVALID_NAME = 0x007B,
|
||||
ERROR_INVALID_LEVEL = 0x007C,
|
||||
ERROR_DIR_NOT_EMPTY = 0x0091,
|
||||
ERROR_BAD_PATHNAME = 0x00A1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue