dwCeLogLargeBuf (Windows CE 5.0)

Send Feedback

This global variable is used by the OEM to adjust the size of the main logging buffer. This value is in bytes and must be page-aligned.

extern DWORD dwCeLogLargeBuf;

Remarks

The default value of dwCeLogLargeBuf is 128 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

dwCeLogSmallBuf | dwCeLogTLBMiss | OEMInit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.