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