IN_GetPrintToFileName

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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

Output Parameters

Meaning

CHARPTR FileName

pointer to the requested print file name.
See
Remarks.

Release information

Added to Imagenation for Windows in Release 7.2.

Not supported in Imagenation for UNIX.

See also

Setting and requesting file information

Defining print options