#include "l_bitmap.h"
L_LTKRN_API L_INT L_GetTempFileOptions(pTempFileOptions, uStructSize)
Gets the temp file options used by LEADTOOLS. These options can be used to indicate whether the temporary files will be created on disk, in memory or a combination of disk and memory.
Pointer to a structure to be updated with the temp file options.
Size of the structure pointed to by pTempFileOptions
.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
ERROR_NULL_PTR | [-814] pTempFileOptions is NULL. |
ERROR_INVALID_STRUCT_SIZE | [-789] uStructSize is invalid. It should be set to sizeof(TEMPFILEOPTIONS). |
< 1 | Another error occurred. Refer to Return Codes. |
ERROR_NULL_PTR | [-814] pTempFileOptions is NULL. |
ERROR_INVALID_STRUCT_SIZE | [-789] uStructSize is invalid. It should be set to sizeof(TEMPFILEOPTIONS). |
The options obtained by this function are global. All threads use the same values. For more information on how temp files are used in LEADTOOLS, refer to the TEMPFILEOPTIONS topic.
This feature is available in version 20 or higher.
Required DLLs and Libraries
Win32, x64, Linux.
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