diff options
Diffstat (limited to 'source/include/nterr.h')
-rw-r--r-- | source/include/nterr.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source/include/nterr.h b/source/include/nterr.h index 69b5d7981de..fa96869b63a 100644 --- a/source/include/nterr.h +++ b/source/include/nterr.h @@ -30,10 +30,13 @@ #define STATUS_BUFFER_OVERFLOW NT_STATUS(0x80000005) #define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a) -#define STATUS_MORE_ENTRIES NT_STATUS(0x0105) #define ERROR_INVALID_PARAMETER NT_STATUS(0x0057) #define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a) -#define STATUS_1804 NT_STATUS(0x070c) +#define STATUS_MORE_ENTRIES NT_STATUS(0x0105) +#define STATUS_SOME_UNMAPPED NT_STATUS(0x0107) +#define ERROR_INVALID_DATATYPE NT_STATUS(0x070c) + +#define STATUS_MORE_ENTRIES NT_STATUS(0x0105) #define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c) /* Win32 Error codes extracted using a loop in smbclient then printing a |