public static interface Winevt.EVT_LOG_PROPERTY_ID
Modifier and Type | Field | Description |
---|---|---|
static int |
EvtLogAttributes |
Identifies the property that contains the file attributes (for details on the file attributes,
see the GetFileAttributesEx function).
|
static int |
EvtLogCreationTime |
Identifies the property that contains the time that the channel or log file was created.
|
static int |
EvtLogFileSize |
Identifies the property that contains the size of the file, in bytes.
|
static int |
EvtLogFull |
Identifies the property that you use to determine whether the channel or log file is full.
|
static int |
EvtLogLastAccessTime |
Identifies the property that contains the last time that the channel or log file was accessed.
|
static int |
EvtLogLastWriteTime |
Identifies the property that contains the last time that the channel or log file was written to.
|
static int |
EvtLogNumberOfLogRecords |
Identifies the property that contains the number of records in the channel or log file.
|
static int |
EvtLogOldestRecordNumber |
Identifies the property that contains the record number of the oldest event in the channel or log file.
|
static final int EvtLogCreationTime
static final int EvtLogLastAccessTime
static final int EvtLogLastWriteTime
static final int EvtLogFileSize
static final int EvtLogAttributes
static final int EvtLogNumberOfLogRecords
static final int EvtLogOldestRecordNumber
static final int EvtLogFull