DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_type_typedesc()
The
mi_type_typedesc()
function returns a type descriptor, given a type
ID
.
Syntax
MI_TYPE_DESC mi_typedesc (
conn
,
tid
)
MI_CONNECTION *conn;
MI_TYPEID *tid;
conn
is the connection descriptor.
tid
is a pointer to the type
ID
.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
The type descriptor that corresponds to the given type
ID
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.