LBase::SetErrorListDepth

#include "ltwrappr.h"

static L_UINT LBase::SetErrorListDepth (uListDepth)

Sets the depth for the internal error list.

Parameters

L_UINT uListDepth

The new depth of the error list.

Returns

The previous size of the internal error list.

Comments

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.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Example

L_INT LBase__SetErrorListDepthExample() 
{ 
 
	LBase LeadBase; 
 
	LeadBase.SetErrorListDepth(5); 
	 
	return SUCCESS; 
} 
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.