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: DWORD
szLogicalLogFile: [WCHAR; 256]
ulNumRecords: DWORD
pEventLogRecords: [EVENTLOGRECORD; 0]
Trait Implementations
Returns the “default value” for a type. Read more