mirror of
https://github.com/samba-team/samba.git
synced 2025-11-02 20:23:50 +03:00
r2459: added STATUS_NO_MORE_FILES nt status code
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
32f0f3154a
commit
3bf55c9e11
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user