svn commit: samba r2459 - in branches/SAMBA_4_0/source/include: .

tridge at samba.org tridge at samba.org
Tue Sep 21 04:10:43 GMT 2004


Author: tridge
Date: 2004-09-21 04:10:43 +0000 (Tue, 21 Sep 2004)
New Revision: 2459

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/include&rev=2459&nolog=1

Log:
added STATUS_NO_MORE_FILES nt status code

Modified:
   branches/SAMBA_4_0/source/include/nterr.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/nterr.h
===================================================================
--- branches/SAMBA_4_0/source/include/nterr.h	2004-09-21 03:51:38 UTC (rev 2458)
+++ branches/SAMBA_4_0/source/include/nterr.h	2004-09-21 04:10:43 UTC (rev 2459)
@@ -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)



More information about the samba-cvs mailing list