DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_set_varlen()
The
mi_set_varlen()
accessor routine sets the length of the data in a variable-length structure.
Syntax
void mi_set_varlen(
varptr, datalen)
mi_lvarchar *varptr;
mi_integer datalen;
varptr
is a pointer to the variable-length structure.
datalen
is the length of the data.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
None.
Related Topics
For additional information, see the description of the
mi_get_varlen()
function.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.