dwCeLogSmallBuf
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.