cbErrReportSize (Compact 2013)
10/16/2014
This variable specifies the amount of memory for the Windows Embedded Compact Error Reporting dump area.
Syntax
extern DWORD cbErrReportSize;
Remarks
A kernel implementation of a default RAM-based Windows Embedded Compact Error Reporting dump exists that OEMs can use. OEMs use the default implementation by setting the size of the Windows Embedded Compact Error Reporting dump area in the OEMInit function, as follows:
void OEMInit (void)
{
g_pOemGlobal->cbErrReportSize = 0x20000
}
Requirements
Header |
Developer Implemented |