DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_var_copy()
The
mi_var_copy()
function creates and allocates a copy of a variable-length object for text data.
Syntax
mi_lvarchar *mi_var_copy(
lv
)
mi_lvarchar *lv;
lv
is a pointer to the variable-length object to copy.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
A new variable-length object.
Related Topics
For additional information, see the description of the
mi_new_var()
function.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.