Mike McCormack : kernel32: Add FILE_NOTIFY_INFORMATION.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 16 14:37:46 CST 2006


Module: wine
Branch: refs/heads/master
Commit: b8e5e0168a70432e6991289643254074b103b42b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=b8e5e0168a70432e6991289643254074b103b42b

Author: Mike McCormack <mike at codeweavers.com>
Date:   Mon Jan 16 20:38:39 2006 +0100

kernel32: Add FILE_NOTIFY_INFORMATION.

---

 include/winnt.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index 9efe87b..f55203d 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -3851,6 +3851,13 @@ typedef union _FILE_SEGMENT_ELEMENT {
 	ULONGLONG Alignment;
 } FILE_SEGMENT_ELEMENT, *PFILE_SEGMENT_ELEMENT;
 
+typedef struct _FILE_NOTIFY_INFORMATION {
+	DWORD NextEntryOffset;
+	DWORD Action;
+	DWORD FileNameLength;
+	WCHAR FileName[1];
+} FILE_NOTIFY_INFORMATION, *PFILE_NOTIFY_INFORMATION;
+
 /* ----------------------------- begin registry ----------------------------- */
 
 /* Registry security values */




More information about the wine-cvs mailing list