Share via


CeLogReSync

This function is called to instruct the logging engine to dump all current threads and processes.

BOOL CeLogReSync (void);

Return Values

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 what current processes and threads are running. Typically, this would occur if the viewer stops and then restarts data logging. When this function is called there is the potential that other applications will 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.lib library. Therefore, OEMs that replace the Celog.lib library will not have to write their own version of CeLogReSync. A call to CeLogReSync generates calls to CeLogData.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 and later Celog.h    

 Last updated on Friday, April 02, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.