mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-31 09:43:47 +02:00
Win32Error: Added ERROR_BAD_PATHNAME enum value
This commit is contained in:
parent
dfb37a818f
commit
c4406b6a8f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ namespace SMBLibrary
|
|||
ERROR_DISK_FULL = 0x0070,
|
||||
ERROR_INVALID_LEVEL = 0x007C,
|
||||
ERROR_DIR_NOT_EMPTY = 0x0091,
|
||||
ERROR_BAD_PATHNAME = 0x00A1,
|
||||
ERROR_ALREADY_EXISTS = 0x00B7,
|
||||
ERROR_NO_TOKEN = 0x03F0,
|
||||
ERROR_LOGON_FAILURE = 0x052E,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue