Struct winapi::um::winnt::EVENTSFORLOGFILE [−][src]
#[repr(C)]pub struct EVENTSFORLOGFILE {
pub ulSize: DWORD,
pub szLogicalLogFile: [WCHAR; 256],
pub ulNumRecords: DWORD,
pub pEventLogRecords: [EVENTLOGRECORD; 0],
}Fields
ulSize: DWORDszLogicalLogFile: [WCHAR; 256]ulNumRecords: DWORDpEventLogRecords: [EVENTLOGRECORD; 0]Trait Implementations
Returns the “default value” for a type. Read more