Package com.sun.jna.platform.win32
Schnittstelle Winevt.EVT_LOG_PROPERTY_ID
- Umschließende Schnittstelle:
Winevt
public static interface Winevt.EVT_LOG_PROPERTY_ID
Defines the identifiers that identify the log file metadata properties of a channel or log file.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385536(v=vs.85).aspx
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Identifies the property that contains the file attributes (for details on the file attributes, see the GetFileAttributesEx function).static final int
Identifies the property that contains the time that the channel or log file was created.static final int
Identifies the property that contains the size of the file, in bytes.static final int
Identifies the property that you use to determine whether the channel or log file is full.static final int
Identifies the property that contains the last time that the channel or log file was accessed.static final int
Identifies the property that contains the last time that the channel or log file was written to.static final int
Identifies the property that contains the number of records in the channel or log file.static final int
Identifies the property that contains the record number of the oldest event in the channel or log file.
-
Felddetails
-
EvtLogCreationTime
static final int EvtLogCreationTimeIdentifies the property that contains the time that the channel or log file was created. The variant type for this property is EvtVarTypeFileTime.- Siehe auch:
-
EvtLogLastAccessTime
static final int EvtLogLastAccessTimeIdentifies the property that contains the last time that the channel or log file was accessed. The variant type for this property is EvtVarTypeFileTime.- Siehe auch:
-
EvtLogLastWriteTime
static final int EvtLogLastWriteTimeIdentifies the property that contains the last time that the channel or log file was written to. The variant type for this property is EvtVarTypeFileTime.- Siehe auch:
-
EvtLogFileSize
static final int EvtLogFileSizeIdentifies the property that contains the size of the file, in bytes. The variant type for this property is EvtVarTypeUInt64.- Siehe auch:
-
EvtLogAttributes
static final int EvtLogAttributesIdentifies the property that contains the file attributes (for details on the file attributes, see the GetFileAttributesEx function). The variant type for this property is EvtVarTypeUInt32.- Siehe auch:
-
EvtLogNumberOfLogRecords
static final int EvtLogNumberOfLogRecordsIdentifies the property that contains the number of records in the channel or log file. The variant type for this property is EvtVarTypeUInt64.- Siehe auch:
-
EvtLogOldestRecordNumber
static final int EvtLogOldestRecordNumberIdentifies the property that contains the record number of the oldest event in the channel or log file. The variant type for this property is EvtVarTypeUInt64.- Siehe auch:
-
EvtLogFull
static final int EvtLogFullIdentifies the property that you use to determine whether the channel or log file is full. The variant type for this property is EvtVarTypeBoolean. The channel is full if another event cannot be written to the channel (for example, if the channel is sequential and maximum size is reached). The property will always be false if the channel is circular or the sequential log is automatically backed up.- Siehe auch:
-