This document is archived and information here might be outdated. Recommended version. |
Maximum number of stored crash dumps.
[Visual Basic .NET]
Public Property ErrorReportCacheSize As Integer
[C#]
public uint ErrorReportCacheSize {get; set;}
[C++]
HRESULT get_ErrorReportCacheSize(
Unsigned long pVal
);
[C++]
HRESULT put_ErrorReportCacheSize(
System.UInt32* pVal
);
[C++] Parameters pVal [in]
pVal is a parameter of type unsigned long pVal [out, retval]
pVal is a parameter of type unsigned long*