4 references to EvtExportLogFlags
System.Diagnostics.EventLog (4)
System\Diagnostics\Reader\EventLogSession.cs (4)
226
UnsafeNativeMethods.
EvtExportLogFlags
flag = pathType switch
228
PathType.LogName => UnsafeNativeMethods.
EvtExportLogFlags
.EvtExportLogChannelPath,
229
PathType.FilePath => UnsafeNativeMethods.
EvtExportLogFlags
.EvtExportLogFilePath,
235
NativeWrapper.EvtExportLog(this.Handle, path, query, targetFilePath, (int)flag | (int)UnsafeNativeMethods.
EvtExportLogFlags
.EvtExportLogTolerateQueryErrors);