Win32Error: Added ERROR_NOT_SUPPORTED and ERROR_INVALID_LEVEL

This commit is contained in:
Tal Aloni 2018-05-17 13:43:31 +03:00
parent c024168e12
commit 403669056d

View file

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