DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_fparam_get()
The
mi_fparam_get()
function retrieves a pointer to the
MI_FPARAM
structure associated with the function descriptor of a routine.
Syntax
MI_FPARAM *mi_fparam_get(
conn
,
fdescp
)
MI_CONNECTION *conn;
MI_FUNC_DESC *fdescp;
conn
is the connection handle.
fdescp
is a pointer to the function descriptor.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
A pointer to the
MI_FPARAM
structure associated with a routine.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.