All Editions
Related Functions
Example
The IN_GetPrintToFileName function returns the name of the file created when PRINT_TO_FILE is set as the flags value in the IN_SetPrintOptionsEx function, or through the Print dialog box.
Syntax
int IN_GetPrintToFileName( maxSize, FileName )
|
Input Parameters |
Meaning |
|
USHORT maxSize |
the maximum size of the FileName array in bytes |
|
Meaning | |
|
CHARPTR FileName |
pointer to the requested print file name. |
Release information
Added to Imagenation for Windows in Release 7.2.
Not supported in Imagenation for UNIX.
See also