Function windows_sys::Win32::System::EventLog::ReadEventLogW
[−]pub unsafe extern "system" fn ReadEventLogW(
heventlog: EventLogHandle,
dwreadflags: READ_EVENT_LOG_READ_FLAGS,
dwrecordoffset: u32,
lpbuffer: *mut c_void,
nnumberofbytestoread: u32,
pnbytesread: *mut u32,
pnminnumberofbytesneeded: *mut u32
) -> BOOL
Expand description
Required features: "Win32_System_EventLog"
, "Win32_Foundation"