Partager via


dwCeLogLargeBuf

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 | OEMInit

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.