Schnittstelle Winevt.EVT_EXPORTLOG_FLAGS

Umschließende Schnittstelle:
Winevt

public static interface Winevt.EVT_EXPORTLOG_FLAGS
Defines values that indicate whether the events come from a channel or log file. https://msdn.microsoft.com/en-us/library/windows/desktop/aa385522(v=vs.85).aspx
  • Felddetails

    • EvtExportLogChannelPath

      static final int EvtExportLogChannelPath
      The source of the events is a channel.
      Siehe auch:
    • EvtExportLogFilePath

      static final int EvtExportLogFilePath
      The source of the events is a previously exported log file.
      Siehe auch:
    • EvtExportLogTolerateQueryErrors

      static final int EvtExportLogTolerateQueryErrors
      Export events even if part of the query generates an error (is not well formed). The service validates the syntax of the XPath query to determine whether it is well formed. If the validation fails, the service parses the XPath into individual expressions. It builds a new XPath beginning with the leftmost expression. The service validates the expression and if it is valid, the service adds the next expression to the XPath. The service repeats this process until it finds the expression that is failing. It then uses the valid expressions as the XPath query (which means that you may not get the events that you expected). If no part of the XPath is valid, the EvtExportLog call fails.
      Siehe auch:
    • EvtExportLogOverwrite

      static final int EvtExportLogOverwrite
      no document
      Siehe auch: