MI_FPARAM *mi_fparam_get(conn, funcdesc_ptr) MI_CONNECTION *conn; MI_FUNC_DESC *funcdesc_ptr;
Valid in Client LIBMI Application? | Valid in User-Defined Routine? |
---|---|
Yes | Yes |
The mi_fparam_get( ) function returns a pointer to the MI_FPARAM structure that is part of the function description funcdesc_ptr references. Once you obtain the MI_FPARAM structure for a UDR you want to call with the Fastpath interface, you can modify this MI_FPARAM before you execute the UDR with Fastpath. The mi_fparam_get( ) function is one of the functions of the Fastpath interface.
See also the descriptions of mi_fparam_get_current( ), mi_func_handlesnulls( ), mi_func_isvariant( ), mi_func_negator( ), and mi_routine_id_get( ).
For more information about how to use an MI_FPARAM structure, see the IBM Informix: DataBlade API Programmer's Guide.