static L_UINT LBase::SetErrorListDepth (uListDepth)
Sets the depth for the internal error list.
The new depth of the error list.
The previous size of the internal error list.
Call this function to set the depth for the internal error list. Every error that occurs will be recorded in this list. The default size is 1. If you shrink the list, the oldest errors in the list are the first to be discarded. The internal error list maintains a running list of the errors that have occurred in the LEADTOOLS C++ Class Library functions.
Win32, x64.
L_INT LBase__SetErrorListDepthExample()
{
LBase LeadBase;
LeadBase.SetErrorListDepth(5);
return SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document