Share via


dwCeLogSmallBuf (Compact 2013)

10/16/2014

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 the dwCeLogLargeBuf variable.

Syntax

extern DWORD dwCeLogSmallBuf;

Remarks

The default value of this variable is 4 KB, which can be overridden in the call to the OEMInit function by declaring it and setting it to another value.

Requirements

Header

celog.h

See Also

Reference

Optional OAL Variables
dwCeLogLargeBuf
dwCeLogTLBMiss
OEMInit