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: DWORDAction: DWORDFileNameLength: DWORDFileName: [WCHAR; 1]Trait Implementations
Returns the “default value” for a type. Read more