Include
#include "l_bitmap.h"
Syntax
L_LTKRN_API L_INT L_SetResourceDirectory(resource, directory)
L_LEADResourceDirectory resource; | resource | |
const L_TCHAR* directory; | resource directory |
Summary
Sets the path for the specified LEADTOOLS resource directory.
Parameters
Parameter | Description | |
---|---|---|
resource | The resource directory to set. | |
directory | The path for the specified LEADTOOLS resource directory. |
Remarks
Some LEADTOOLS functions will use a common resource directory at runtime. Use this function to set the path to the desired resource directory.
Required DLLs and Libraries
LTKRN
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Returns
SUCCESS | The function was successful. | |
< 1 | An error occurred. Refer to Return Codes. |
Win32, x64, Linux.
Functions: | L_GetResourceDirectory, L_GetTempDirectory, L_SetTempDirectory |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET