Skip to content

Latest commit

 

History

History
93 lines (70 loc) · 4.11 KB

ne-winevt-evt_log_property_id.md

File metadata and controls

93 lines (70 loc) · 4.11 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:winevt._EVT_LOG_PROPERTY_ID
EVT_LOG_PROPERTY_ID (winevt.h)
Defines the identifiers that identify the log file metadata properties of a channel or log file.
EVT_LOG_PROPERTY_ID
EVT_LOG_PROPERTY_ID enumeration [EventLog]
EvtLogAttributes
EvtLogCreationTime
EvtLogFileSize
EvtLogFull
EvtLogLastAccessTime
EvtLogLastWriteTime
EvtLogNumberOfLogRecords
EvtLogOldestRecordNumber
wes.evt_log_property_id
winevt/EVT_LOG_PROPERTY_ID
winevt/EvtLogAttributes
winevt/EvtLogCreationTime
winevt/EvtLogFileSize
winevt/EvtLogFull
winevt/EvtLogLastAccessTime
winevt/EvtLogLastWriteTime
winevt/EvtLogNumberOfLogRecords
winevt/EvtLogOldestRecordNumber
wes\evt_log_property_id.htm
wes
c5b8b80b-6549-497a-adc3-2517bd5f27c7
12/05/2018
EVT_LOG_PROPERTY_ID, EVT_LOG_PROPERTY_ID enumeration [EventLog], EvtLogAttributes, EvtLogCreationTime, EvtLogFileSize, EvtLogFull, EvtLogLastAccessTime, EvtLogLastWriteTime, EvtLogNumberOfLogRecords, EvtLogOldestRecordNumber, wes.evt_log_property_id, winevt/EVT_LOG_PROPERTY_ID, winevt/EvtLogAttributes, winevt/EvtLogCreationTime, winevt/EvtLogFileSize, winevt/EvtLogFull, winevt/EvtLogLastAccessTime, winevt/EvtLogLastWriteTime, winevt/EvtLogNumberOfLogRecords, winevt/EvtLogOldestRecordNumber
winevt.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
EVT_LOG_PROPERTY_ID
19H1
_EVT_LOG_PROPERTY_ID
winevt/_EVT_LOG_PROPERTY_ID
EVT_LOG_PROPERTY_ID
winevt/EVT_LOG_PROPERTY_ID
c++
APIRef
kbSyntax
HeaderDef
WinEvt.h
EVT_LOG_PROPERTY_ID

EVT_LOG_PROPERTY_ID enumeration

-description

Defines the identifiers that identify the log file metadata properties of a channel or log file.

-enum-fields

-field EvtLogCreationTime:0

Identifies the property that contains the time that the channel or log file was created. The variant type for this property is EvtVarTypeFileTime.

-field EvtLogLastAccessTime

Identifies the property that contains the last time that the channel or log file was accessed. The variant type for this property is EvtVarTypeFileTime.

-field EvtLogLastWriteTime

Identifies the property that contains the last time that the channel or log file was written to. The variant type for this property is EvtVarTypeFileTime.

-field EvtLogFileSize

Identifies the property that contains the size of the file, in bytes. The variant type for this property is EvtVarTypeUInt64.

-field EvtLogAttributes

Identifies 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.

-field EvtLogNumberOfLogRecords

Identifies the property that contains the number of records in the channel or log file. The variant type for this property is EvtVarTypeUInt64.

-field EvtLogOldestRecordNumber

Identifies 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.

-field EvtLogFull

Identifies 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.

-see-also

EvtGetLogInfo