LBase::GetErrorsNumber

Summary

Retrieves the number of errors currently recorded in the error list.

Syntax

#include "ltwrappr.h"

static L_UINT LBase::GetErrorsNumber ()

Returns

Value Meaning
>0 The number of recorded errors.
0 No errors are recorded.

Comments

Call this function to retrieve the number of errors currently recorded in the error list. 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__GetErrorsNumberExample() 
{ 
	 
	LBitmap LeadBitmap; 
	L_INT nErrorCount ; 
	 // do your processing 
	nErrorCount = LeadBitmap.GetErrorsNumber(); 
	 
	return SUCCESS; 
} 
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

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