[ros-diffs] [fireball] 38504: - Remove incorrect and undocumented FsRtlNotifyReportChange declaration. - Add FILE_NOTIFY_INFORMATION structure definition.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri Jan 2 11:38:22 CET 2009


Author: fireball
Date: Fri Jan  2 04:38:21 2009
New Revision: 38504

URL: http://svn.reactos.org/svn/reactos?rev=38504&view=rev
Log:
- Remove incorrect and undocumented FsRtlNotifyReportChange declaration.
- Add FILE_NOTIFY_INFORMATION structure definition.

Modified:
    trunk/reactos/include/ddk/ntifs.h

Modified: trunk/reactos/include/ddk/ntifs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntifs.h?rev=38504&r1=38503&r2=38504&view=diff
==============================================================================
--- trunk/reactos/include/ddk/ntifs.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/ntifs.h [iso-8859-1] Fri Jan  2 04:38:21 2009
@@ -1274,6 +1274,14 @@
     WCHAR FileName[1];
 } FILE_MOVE_CLUSTER_INFORMATION, *PFILE_MOVE_CLUSTER_INFORMATION;
 
+typedef struct _FILE_NOTIFY_INFORMATION
+{
+    ULONG NextEntryOffset;
+    ULONG Action;
+    ULONG FileNameLength;
+    WCHAR FileName[1];
+} FILE_NOTIFY_INFORMATION, *PFILE_NOTIFY_INFORMATION;
+
 /* raw internal file lock struct returned from FsRtlGetNextFileLock */
 typedef struct _FILE_SHARED_LOCK_ENTRY {
     PVOID           Unknown1;
@@ -3680,17 +3688,6 @@
 NTKERNELAPI
 VOID
 NTAPI
-FsRtlNotifyReportChange (
-    IN PNOTIFY_SYNC NotifySync,
-    IN PLIST_ENTRY  NotifyList,
-    IN PSTRING      FullTargetName,
-    IN PUSHORT      FileNamePartLength,
-    IN ULONG        FilterMatch
-);
-
-NTKERNELAPI
-VOID
-NTAPI
 FsRtlNotifyUninitializeSync (
     IN PNOTIFY_SYNC *NotifySync
 );



More information about the Ros-diffs mailing list