summaryrefslogtreecommitdiffstats
path: root/source3/include/nterr.h
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2000-03-07 09:06:03 +0000
committerJean-François Micouleau <jfm@samba.org>2000-03-07 09:06:03 +0000
commit0f987d77becebc7d528f5fda6d0e23325035131c (patch)
tree7d4f0a08d0bef22cb74c1c64e27d5b1aacb7de38 /source3/include/nterr.h
parent78d7ba5ca021518ec5c088eb492b36710e556c31 (diff)
downloadsamba-0f987d77becebc7d528f5fda6d0e23325035131c.tar.gz
samba-0f987d77becebc7d528f5fda6d0e23325035131c.tar.xz
samba-0f987d77becebc7d528f5fda6d0e23325035131c.zip
fixed enumprinterdata.
J.F. (This used to be commit 2b4f09e7bbcbf1bf835f299e9f6bf89b32a7f03f)
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r--source3/include/nterr.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h
index 87935091195..df2cde61f70 100644
--- a/source3/include/nterr.h
+++ b/source3/include/nterr.h
@@ -3,10 +3,17 @@
#define STATUS_BUFFER_OVERFLOW (5)
#define STATUS_MORE_ENTRIES (0x105)
+
+/* Win32 Error codes. */
+
+#define ERROR_ACCESS_DENIED (5)
#define ERROR_INVALID_HANDLE (6)
#define ERROR_INVALID_PARAMETER (87)
#define ERROR_INSUFFICIENT_BUFFER (122)
-#define STATUS_1804 (1804)
+#define ERROR_INVALID_NAME (123)
+#define ERROR_NO_MORE_ITEMS (259)
+#define ERROR_INVALID_PRINTER_NAME (1801)
+#define ERROR_INVALID_DATATYPE (1804)
/* 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