xxx_filetitle()

extern XXX_ERROR XXX_API xxx_filetitle (XXX_Data *, const char *file_title);
      

Parameter:

XXX_Data *
Pointer to a structure XXX_Data.
filetitle
Pointer to the filename of the loaded classifier.

Return value:

RE_SUCCESS or XXX error type.

Comment:

xxx_init() returne the name of the loaded classifier. Is ✗✗✗ initialised with a Unicode file, the file_title is also returned in Unicode as wchar_t.

Reference: