summaryrefslogtreecommitdiffstats
path: root/source/include/nterr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/nterr.h')
-rw-r--r--source/include/nterr.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/source/include/nterr.h b/source/include/nterr.h
index dcc26d98848..fa96869b63a 100644
--- a/source/include/nterr.h
+++ b/source/include/nterr.h
@@ -1,5 +1,6 @@
/*
- Unix SMB/CIFS implementation.
+ Unix SMB/Netbios implementation.
+ Version 1.9.
NT error code constants
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) John H Terpstra 1996-2000
@@ -29,13 +30,15 @@
#define STATUS_BUFFER_OVERFLOW NT_STATUS(0x80000005)
#define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a)
-#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)
-#define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c)
+#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
netmon sniff to a file. */