4 references to EvtExportLogFlags
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogSession.cs (4)
252UnsafeNativeMethods.EvtExportLogFlags flag; 256flag = UnsafeNativeMethods.EvtExportLogFlags.EvtExportLogChannelPath; 259flag = UnsafeNativeMethods.EvtExportLogFlags.EvtExportLogFilePath; 268NativeWrapper.EvtExportLog(this.Handle, path, query, targetFilePath, (int)flag | (int)UnsafeNativeMethods.EvtExportLogFlags.EvtExportLogTolerateQueryErrors);