respell_filetitle()

extern KADMOS_ERROR KADMOS_API respell_filetitle
  (ReSpellData *rsd, char *file_title);
      

Parameter:

rsd
Pointer to a with respell_init() initialized structure ReSpellData.
file_title
Pointer to a string with the filename of the loaded dictionary.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

With this function the name of the loaded dictionary will be returned. If rsd had been initialised with a Unicode file by respell_winit(), then file_title is also returned in Unicode as wchar_t.

Reference: