Win32Error: Added ERROR_INVALID_NAME

This commit is contained in:
Tal Aloni 2019-02-02 16:30:24 +02:00
parent 36397d86a2
commit 1f2c7326d4

View file

@ -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,