#define PATH_LEN 128
char lpszFileName[PATH_LEN];
/* Get the name of the RTF template file that is being used */
if ( ( nError = IN_GetAsciiTemplateFilename( PATH_LEN, lpszFileName ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}