dwCeLogSmallBuf (Windows CE 5.0)

Send Feedback

This global variable is used by the OEM to adjust the size of the secondary logging buffer. This buffer is used to log interrupt events and must not be larger then 50% of the size of dwCeLogLargeBuf.

extern DWORD dwCeLogSmallBuf;

Remarks

The default value of dwCeLogSmallBuf is 4 KB, which can be overridden in OEMInit by declaring it and setting it to another value.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Celog.h.

See Also

dwCeLogLargeBuf | dwCeLogTLBMiss | OEMInit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.