Commit b8e5e016 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

kernel32: Add FILE_NOTIFY_INFORMATION.

parent 477bce38
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment