respell_end()

extern KADMOS_ERROR KADMOS_API respell_end(ReSpellData *rsd);
      

Parameter:

rsd
Pointer to a with respell_init() initialized structure ReSpellData.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

By calling the procedure respell_end() the active dictionary is deactivated and the allocated memory is freed.

Reference: