LogReaderCallbackData structure
This structure defines the data from a single event that was logged to an .ETL file.
Syntax
struct LogReaderCallbackData {
FILETIME Timestamp;
LPCWSTR LogDate;
LPCWSTR LogTime;
LPCWSTR LogText;
LPCWSTR LogError;
};
Members
-
Timestamp
-
The time when the ETL file started logging information.
-
LogDate
-
The date the current event was logged.
-
LogTime
-
The local time the current event was logged.
-
LogText
-
The text describing the current event.
-
LogError
-
The error text for any additional error information that was logged for the current event.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|