L_GetResourceDirectory

#include "l_bitmap.h"

L_LTKRN_API L_INT L_GetResourceDirectory(resource, directory, count)

Gets the path for the specified LEADTOOLS resource directory.

Parameters

L_LEADResourceDirectory resource

The resource directory to get.

L_TCHAR * directory

Pointer to a string to be updated with the path for the specified LEADTOOLS resource directory.

L_UINT count

The size in characters of the string pointed to by directory.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Some LEADTOOLS functions will use a common resource directory at runtime. Use this function to get the path to the desired resource directory.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help