Implementing an Event Tracking Library (Windows CE 5.0)

Send Feedback

You can create a new event-tracking library by making a DLL that loads into the kernel. The kernel calls your functions to log events, change zone settings, and query DLL zone settings.

To load your library into the kernel, create an application that calls LoadKernelLibrary with the name of your DLL.

For an example, see the sample program in %_WINCEROOT%\public\common\sdk\samples\CeLog\load. Note that LoadKernelLibrary requires both your event tracking DLL and your load application to be trusted applications. After your application loads your library into the kernel, the application can exit. The event-tracking library remains loaded into the kernel.

In this section

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.