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