Win32Error: Added ERROR_BAD_PATHNAME enum value

This commit is contained in:
Tal Aloni 2018-11-23 23:28:40 +02:00
parent dfb37a818f
commit c4406b6a8f

View file

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