The ExtDec_api_term function is responsible for reallocating message buffers and configuration data. All applications that call ExtDec_api_init must also call this routine prior to process termination.
Syntax
COR_14 ExtDec_api_term (COR_STATUS*)
Input |
|
None |
|
Output |
|
Restat |
Pointer to status structure. |
Return Value
Either COR_SUCCESS, COR_WARNING or COR_FAILURE. If the function returns COR_WARNING or COR_FAILURE, additional error information can be found in restat.err_msg and restat.err_code. If COR_FAILURE is returned, the error was severe enough that the application should perform an orderly termination.
RCO external decision API functions. |