L_TEMPFILEMODE

Summary

Enumeration values that indicate whether the temporary files are on disk, in memory, or a combination of disk and memory.

Syntax

typedef enum L_TEMPFILEMODE 
{ 
   L_TEMPFILEMODE_CURRENT, 
   L_TEMPFILEMODE_DEFAULT, 
   L_TEMPFILEMODE_DISK, 
   L_TEMPFILEMODE_DISKANDMEMORY, 
   L_TEMPFILEMODE_MEMORY, 
} L_TEMPFILEMODE; 

Members

L_TEMPFILEMODE_CURRENT

[-1] The current temporary file mode.

L_TEMPFILEMODE_DEFAULT

[0] Let LEADTOOLS pick the default mode (behavior might change from one version to another). Currently, it is the same as L_TEMPFILEMODE_DISKANDMEMORY.

L_TEMPFILEMODE_DISK

[1] Disk only, do not use memory for temporary files.

L_TEMPFILEMODE_DISKANDMEMORY

[2] Use Memory for small temporary files, disk for large temporary files.

L_TEMPFILEMODE_MEMORY

[3] Disable disk: all temporary files should be created in memory. Some features might fail if they require temporary files on disk. The failure might be an out-of-memory error code or ERROR_TEMP_FILE_DISK_DISABLED.

Usage

Data Types

Functions

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.