summaryrefslogtreecommitdiff
path: root/source4/include/nterr.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-21 04:10:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:55 -0500
commit635d5d88000c8fcc6e4faef10663afe6a500422e (patch)
tree620e205191907fc9629041a7dd2766e609a68d68 /source4/include/nterr.h
parent0e71bf8148684bbdb2a89f7099b59edc157c2f52 (diff)
downloadsamba-635d5d88000c8fcc6e4faef10663afe6a500422e.tar.gz
samba-635d5d88000c8fcc6e4faef10663afe6a500422e.tar.bz2
samba-635d5d88000c8fcc6e4faef10663afe6a500422e.zip
r2459: added STATUS_NO_MORE_FILES nt status code
(This used to be commit 3bf55c9e1129d8036a968c49ac2de7260e657f53)
Diffstat (limited to 'source4/include/nterr.h')
-rw-r--r--source4/include/nterr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/nterr.h b/source4/include/nterr.h
index 1b78ad189c..c5133d1a76 100644
--- a/source4/include/nterr.h
+++ b/source4/include/nterr.h
@@ -27,9 +27,10 @@
/* Win32 Status codes. */
#define STATUS_BUFFER_OVERFLOW NT_STATUS(0x80000005)
+#define STATUS_NO_MORE_FILES NT_STATUS(0x80000006)
#define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a)
-#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
+#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
#define STATUS_SOME_UNMAPPED NT_STATUS(0x0107)
#define ERROR_INVALID_PARAMETER NT_STATUS(0x0057)
#define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a)