Partager via


Event Tracking Options

The OEM uses the following global variables to configure Windows CE event tracking:

  • dwCeLogLargeBuf

    To adjust the size of the main logging buffer, an OEM declares this global variable in their OAL and sets the value in their OEMInit function. The size is in bytes and must be page-aligned.

  • dwCeLogSmallBuf

    To adjust the size of the secondary logging buffer, an OEM declares this global variable in their OAL and sets the value in their OEMInit function. This buffer is used to log interrupt events and must not be larger than 50 percent of the dwCeLogLargeBuf size.

See Also

Event Tracking Implementation

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.