#[unsafe(no_mangle)]pub extern "C" fn crashlog_read_from_windows_event_logs(
context: *mut CrashLogContext,
) -> *mut CrashLogsAvailable on crate feature
ffi and (Windows and crate feature extraction) only.Expand description
Reads the Crash Log records from the Windows Event Logs.
ยงErrors
Returns a NULL pointer if the Crash Log records cannot be found.