Package com.sun.jna.platform.win32
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
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The source of the events is a channel.static final int
The source of the events is a previously exported log file.static final int
no documentstatic final int
Export events even if part of the query generates an error (is not well formed).
-
Felddetails
-
EvtExportLogChannelPath
static final int EvtExportLogChannelPathThe source of the events is a channel.- Siehe auch:
-
EvtExportLogFilePath
static final int EvtExportLogFilePathThe source of the events is a previously exported log file.- Siehe auch:
-
EvtExportLogTolerateQueryErrors
static final int EvtExportLogTolerateQueryErrorsExport 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 EvtExportLogOverwriteno document- Siehe auch:
-