DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_fp_nargs()
The
mi_fp_nargs()
accessor function gets the value of the
fp_nargs
field of an associated
MI_FPARAM
structure.
Syntax
mi_integer mi_fp_nargs(
fparamPtr
)
MI_FPARAM *fparamPtr;
fparamPtr
is a pointer to the associated
MI_FPARAM
structure.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Usage
The
fp_nargs
field holds the number of arguments required by the routine associated with the
MI_FPARAM
structure.
Return Values
The value stored in the
fp_nargs
field of the input
MI_FPARAM
structure.
Related Topics
For additional information, see the descriptions of the following functions:
mi_fp_argisnull()
,
mi_fp_argtype()
,
mi_fp_funcstate()
,
mi_fp_getcolid()
,
mi_fp_nrets()
,
mi_fp_request()
,
mi_fp_rettype()
,
mi_fp_returnisnull()
,
mi_fp_setargisnull()
,
mi_fp_setargtype()
,
mi_fp_setisdone()
,
mi_fp_setfuncid()
,
mi_fp_setfuncstate()
,
mi_fp_setnargs()
,
mi_fp_setnrets()
,
mi_fp_setrettype()
, and
mi_fp_setreturnisnull()
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.