[NTOSKRNL]
authorPierre Schweitzer <pierre@reactos.org>
Wed, 29 Feb 2012 20:03:46 +0000 (20:03 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Wed, 29 Feb 2012 20:03:46 +0000 (20:03 +0000)
Forgot to commit that file

svn path=/trunk/; revision=55935

reactos/ntoskrnl/include/internal/fsrtl.h

index e403bbd..5dd98dc 100644 (file)
 //
 // Notifications flags
 //
 //
 // Notifications flags
 //
-#define CLEANUP_IN_PROCESS 4
+#define WATCH_TREE         0x01
+#define INVALIDATE_BUFFERS 0x02
+#define CLEANUP_IN_PROCESS 0x04
+#define ENUMERATE_DIR      0x08
+#define WATCH_ROOT         0x10
+#define DELETE_IN_PROCESS  0x20
 
 //
 // Internal structure for NOTIFY_SYNC
 
 //
 // Internal structure for NOTIFY_SYNC