LOGENTRYINFO
This structure contains information about events whose entries have been logged.
Syntax
typedef struct _LOGENTRYINFO {
 DWORD LogEntry;
 DWORD dwSequenceId;
 FILETIME EntryTime;
 DWORD dwEventClass;
 BOOL bFinalEntryData;
} LOGENTRYINFO, *PLOGENTRYINFO;
Members
- LogEntry
- Control word used by log reading to maintain position information.
- dwSequenceId
- Specifies the sequence identifier.
- EntryTime
- Time entry was logged.
- dwEventClass
- Specifies subsystem and event class information.
- bFinalEntryData
- Boolean that is set to TRUE if there is more data to be entered, or to FALSE if none exists.