L_GetTempFileMode (original) (raw)
Summary
Gets the value indicating whether the temp files are on disk, in memory, or a combination of disk and memory.
Syntax
#include "l_bitmap.h"
L_LTKRN_API L_TEMPFILEMODE L_GetTempFileMode()
Returns
For possible values, refer to L_TEMPFILEMODE.
Comments
The returned value can be used to get/set the temp file options. These options are global (all threads use the same settings).
Required DLLs and Libraries
- LTKRN
- File format DLLs
- For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Platforms
Win32, x64, Linux.
See Also
Functions
Topics
Example
For an example, refer to TEMPFILEOPTIONS
LEADTOOLS Raster Imaging C API Help