DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_get_vardata()
The
mi_get_vardata()
accessor function returns a pointer to the data contained in an
mi_lvarchar
or
mi_bitvarying
variable-length structure.
Syntax
char *mi_get_vardata(
varptr
)
mi_lvarchar *varptr;
varptr
is a pointer to a variable-length structure.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
A pointer to the data in the variable-length structure.
Related Topics
For additional information, see the descriptions of the following functions:
mi_get_vardata_align()
and
mi_set_vardata()
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.