Share via


CeLog Event Tracking Functions (Windows Embedded CE 6.0)

1/6/2010

The following table shows the CeLog Event Tracking functions implemented by the kernel for event tracking. Applications can call these functions to log data and to control event tracking.

Programming element Description

CeLogData

This function is called by the kernel and by applications to log an event.

CeLogGetZones

This function is called to change the event tracking zones that are currently set and the zones that the kernel supports.

CeLogInterrupt

This function is called by the kernel twice for each interrupt: once when the interrupt occurs but before the interrupt service routine (ISR) is called, and once when the ISR returns to the kernel.

CeLogMsg

This function is called by applications to log a string event.

CeLogQueryZones

This function is called by the kernel to query the state of the zones from the event tracking DLL.

CeLogReSync

This function is called by applications to instruct the kernel to dump all current threads and processes to the event tracking engine.

CeLogSetZones

This function is called to change the current logging zones.

See Also

Reference

CeLog Event Tracking Reference
CeLog Event Identifiers
CeLog Zones