kernel32: Add FILE_NOTIFY_INFORMATION.

This commit is contained in:
Mike McCormack 2006-01-16 20:38:39 +01:00 committed by Alexandre Julliard
parent 477bce38dc
commit b8e5e0168a
1 changed files with 7 additions and 0 deletions

View File

@ -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 */