#define MAX_SIZE 256
CHARPTR lpszFileName[MAX_SIZE];
/* Get the name of the PostScript file */
if ( ( nError = IN_GetPrintToFileName(MAX_SIZE, lpszFileName ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}