Struct winapi::um::winnt::FILE_NOTIFY_INFORMATION [−][src]
#[repr(C)]pub struct FILE_NOTIFY_INFORMATION {
pub NextEntryOffset: DWORD,
pub Action: DWORD,
pub FileNameLength: DWORD,
pub FileName: [WCHAR; 1],
}
Fields
NextEntryOffset: DWORD
Action: DWORD
FileNameLength: DWORD
FileName: [WCHAR; 1]
Trait Implementations
Returns the “default value” for a type. Read more