CeLogReSync
A version of this page is also available for
4/8/2010
This function is called to instruct the logging engine to dump all current threads and processes.
Syntax
BOOL CeLogReSync (void);
Parameters
None.
Return Value
If TRUE is returned, resynchronization has occurred. If FALSE is returned, the request has failed.
Remarks
This function should be called only when an event viewer needs to determine the current processes and threads that are running. Typically, this would occur if the viewer stops and then restarts data logging. When this function is called, other applications may be disrupted as the data is collected. Once the data is collected, the output is the same as the normal process and thread events.
This function is part of the kernel and not part of the Celog.dll library. Therefore, OEMs that replace the Celog.dll library will not have to write their own version of CeLogReSync. A call to CeLogReSync generates calls to CeLogData.
Requirements
Header | celog.h |
Library | coredll.dll |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |