summaryrefslogtreecommitdiff
path: root/source4/include/nterr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/nterr.h')
-rw-r--r--source4/include/nterr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/include/nterr.h b/source4/include/nterr.h
index 0395460c9a..bfeb63169c 100644
--- a/source4/include/nterr.h
+++ b/source4/include/nterr.h
@@ -28,8 +28,11 @@
#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_NO_MORE_EAS NT_STATUS(0x80000012)
+#define STATUS_INVALID_EA_NAME NT_STATUS(0x80000013)
#define STATUS_EA_LIST_INCONSISTENT NT_STATUS(0x80000014)
+#define STATUS_INVALID_EA_FLAG NT_STATUS(0x80000015)
+#define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a)
#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
#define STATUS_SOME_UNMAPPED NT_STATUS(0x0107)