Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This structure indicates the frequency of the clock used on the device.
Syntax
typedef struct __CEL_LOG_MARKER { DWORD dwFrequency; DWORD dwDefaultQuantum; DWORD dwVersion; } CEL_LOG_MARKER, *PCEL_LOG_MARKER; |
Members
- dwFrequency
-
Clock frequency, in tick counts per second, used to create time stamps.
- dwDefaultQuantum
-
Quantum that will be used for each new thread that is created. The quantum can be changed at any time after the thread is created.
- dwVersion
-
Version number associated with the logging subsystem. This is should always be set to 1 for Windows CE 3.0, and to 2 for and later.
Remarks
The marker should be the first item logged at the beginning of each new logging session. It provides the receiver with data used to interpret the log.
The clock frequency, dwFrequency, can be used to determine the number of seconds between events. Because all time stamps are logged in tick counts, the clock frequency can be used to convert those time stamps into seconds.
Requirements
Header | celog.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |