All Editions
Related Functions
Example
The IN_GetAsciiTemplateFilename function returns the file name of the RTF template that is used for loading ASCII text documents. The RTF template defines how ASCII files are rendered: text color, font, number of columns, margin sizes, orientation, and so on.
Syntax
int IN_GetAsciiTemplateFilename( maxSize, pFileName )
|
Input Parameters |
Meaning |
|
SHORT maxSize |
maximum size of the pFileName array in bytes |
|
Meaning | |
|
CHARPTR pFileName |
pointer to the template's file name |
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also