extern struct FILE_NOTIFY_INFORMATION [src]
Fields
NextEntryOffset: DWORD
Action: DWORD
FileNameLength: DWORD
Source
pub const FILE_NOTIFY_INFORMATION = extern struct {
NextEntryOffset: DWORD,
Action: DWORD,
FileNameLength: DWORD,
// Flexible array member
// FileName: [1]WCHAR,
}