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

mi_fparam_allocate()

The mi_fparam_allocate() function allocates an MI_FPARAM structure and returns a pointer to this structure.

Syntax

Usage

The mi_fparam_allocate() function is a constructor function for the MI_FPARAM structure. It allocates an MI_FPARAM structure that holds information for nargs arguments. Use this function when the MI_FPARAM structure that Fastpath look-up functions allocate

The mi_fparam_allocate() function allocates a new MI_FPARAM structure in the PER_COMMAND memory duration.

Return Values

MI_FPARAM * is a pointer to the MI_FPARAM structure for which mi_fparam_allocate() has allocated memory.
NULL indicates that the function was not successful.

Related Topics

See the descriptions of the following functions: mi_fp_usr_fparam(), mi_fparam_copy(), and mi_fparam_free().


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