From 4d8ae40ee44d56031b5e90efacbf75e062ac858a Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 2 Jan 2009 10:38:21 +0000 Subject: [PATCH] - Remove incorrect and undocumented FsRtlNotifyReportChange declaration. - Add FILE_NOTIFY_INFORMATION structure definition. svn path=/trunk/; revision=38504 --- reactos/include/ddk/ntifs.h | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/reactos/include/ddk/ntifs.h b/reactos/include/ddk/ntifs.h index d56f811401b..025ee5e8e84 100644 --- a/reactos/include/ddk/ntifs.h +++ b/reactos/include/ddk/ntifs.h @@ -1274,6 +1274,14 @@ typedef struct _FILE_MOVE_CLUSTER_INFORMATION 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; @@ -3677,17 +3685,6 @@ FsRtlNotifyInitializeSync ( IN PNOTIFY_SYNC *NotifySync ); -NTKERNELAPI -VOID -NTAPI -FsRtlNotifyReportChange ( - IN PNOTIFY_SYNC NotifySync, - IN PLIST_ENTRY NotifyList, - IN PSTRING FullTargetName, - IN PUSHORT FileNamePartLength, - IN ULONG FilterMatch -); - NTKERNELAPI VOID NTAPI