DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_type_byvalue()
The
mi_type_byvalue()
function ascertains whether a data type is passed by value or by reference.
Syntax
mi_boolean mi_type_byvalue(
td
)
MI_TYPE_DESC *td;
td
is a pointer to the type descriptor.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
Returns
1
if the type is by value,
0
if it is by reference.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.