Share via


OEM Options for Data Buffering (Windows CE 5.0)

Send Feedback

An OEM can use the following global variables to configure the size of the CeLog event-tracking buffer:

  • dwCeLogLargeBuf

    This variable controls the size of the main logging buffer. The size is in bytes and must be page-aligned. The default size of this buffer is 128KB.

  • dwCeLogSmallBuf****

    This variable controls the size of the secondary logging buffer. This buffer is used to log interrupt events and must not be larger than 50 percent of the dwCeLogLargeBuf size. The default size of this buffer is 4KB.

    To adjust the sizes of these logging buffers, declare these global variables in your OAL and set their values in your OEMInit function.

See Also

OAL Elements for CeLog Event Tracking | OEM Adaptation Layer | OAL Global Variables

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.