All Editions
Related Functions
Example
The IN_GetCFGFilename function returns which user interface configuration file is being used as image.cfg. Configuration files control the appearance of the user interface. They determine which menus, commands, button bars, buttons, and dialog box options are available.
Syntax
int IN_GetCFGFilename( maxSize, pFileName )
|
Input Parameters |
Meaning | |
|
SHORT maxSize |
maximum size of the pFileName array in bytes | |
|
Values |
Meaning | |
|
CHARPTR pFileName |
pointer to the path and file name: | |
|
|
svme.cfg Scan-View-Markup-Edit sve.cfg Scan-View-Edit v.cfg View ova.cfg Office-View-Annotate vga.cfg VGA display vm.cfg View-Markup vme.cfg View-Markup-Edit vr.cfg View-Redline | |
Remarks
Other file name values are possible, as you can create custom versions. The listed file names are available by default.
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also