re_config_close()

extern void KADMOS_API re_config_close(void);
      

Parameter:

-

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

This function terminates an open configuration dialog (rec_config(), rel_config() and rep_config()). Windows programs, that call a configuration dialog, should always call re_config_close() before termination to terminate open configuration dialogs too.

Reference: