static L_TCHAR *LBase::GetErrorString (nErrorCode)
Retrieves a pointer to the internal LEADTOOLS error string for the specified error code.
One of the LEADTOOLS error codes. If you specify an invalid error code, the string returned will be "Not a LEADTOOLS error code".
A pointer to the LEADTOOLS error code string.
Call this function to retrieve a pointer to the internal LEADTOOLS error string for the specified error code. This function will return NULL if an invalid error code is passed. You should not attempt to free the buffer returned by this function.
Win32, x64.
L_INT LBase__GetErrorStringExample()
{
LBitmap LeadBitmap;
L_TCHAR *pcErr;
pcErr =LeadBitmap.GetErrorString(WRPERR_BITMAP_NOT_ALLOCATED);
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