dwCeLogSmallBuf (Windows Embedded CE 6.0)
1/5/2010
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.
Syntax
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
Header | celog.h |
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
Optional OAL Variables
dwCeLogLargeBuf
dwCeLogTLBMiss
OEMInit