Enum values for 'kcml_mapfile

>Constants used in 'KCML_Map_File

Constants used in 'KCML_Map_File()

These constants define the mapping flags for the 'KCML_Map_File() built in function call.

DEF ENUM enumeration name KCML_MAPFILE_ENUM

Enumeration ValueValueDescription
_MAPFILE_READONLY1Map file for reading only
_MAPFILE_READWRITE2Map file for reading or writing
_MAPFILE_CREATE4Create new or truncate existing file
_MAPFILE_OPEN8Open existing file
_MAPFILE_STRING16Treat mapped memory as nul-terminated string to determine length ('KCML_Map_DeclarePtr only)

Back to the list of Enumerations and Constants