informix
Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions

mi_routine_end()

The mi_routine_end() function releases resources associated with a function descriptor.

Syntax

Usage

The mi_routine_end() function frees the function descriptor that funcdesc_ptr references. It is the destructor function for the function descriptor. It frees the memory for:

The mi_routine_end() function is one of the functions of the Fastpath interface.

The following DataBlade API look-up functions create a function descriptor:

Return Values

MI_OK indicates that the function was successful.
MI_ERROR indicates that the function was not successful.

Related Topics

See the descriptions of the following functions: mi_cast_get(), mi_func_desc_by_typeid(), mi_routine_exec(), mi_routine_get(), mi_routine_get_by_typeid(), and mi_td_cast_get().


Informix DataBlade API Programmer's Manual, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved