summaryrefslogtreecommitdiff
path: root/source3/include/nterr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r--source3/include/nterr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h
index 21e245d287..86c049495c 100644
--- a/source3/include/nterr.h
+++ b/source3/include/nterr.h
@@ -2,6 +2,10 @@
#define STATUS_BUFFER_OVERFLOW (5)
#define STATUS_MORE_ENTRIES (0x105)
+#define ERROR_INVALID_HANDLE (6)
+#define ERROR_INVALID_PARAMETER (87)
+#define ERROR_INSUFFICIENT_BUFFER (122)
+
/* these are the NT error codes less than 1000. They are here for when
we start supporting NT error codes in Samba. They were extracted